| Package | Description |
|---|---|
| com.io7m.jboxes.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
BoxMutable<S> |
BoxMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static <S> BoxMutable<S> |
BoxMutable.create()
Construct a modifiable instance of
BoxType. |
static <S> BoxMutable<S> |
BoxMutable.create(int minimumX,
int maximumX,
int minimumY,
int maximumY)
Construct a modifiable instance of
BoxType. |
BoxMutable<S> |
BoxMutable.from(BoxType<S> instance)
Fill this modifiable instance with attribute values from the provided
BoxType instance. |
BoxMutable<S> |
BoxMutable.setMaximumX(int maximumX)
Assigns a value to the
maximumX attribute. |
BoxMutable<S> |
BoxMutable.setMaximumY(int maximumY)
Assigns a value to the
maximumY attribute. |
BoxMutable<S> |
BoxMutable.setMinimumX(int minimumX)
Assigns a value to the
minimumX attribute. |
BoxMutable<S> |
BoxMutable.setMinimumY(int minimumY)
Assigns a value to the
minimumY attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com