| Package | Description |
|---|---|
| com.io7m.jboxes.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxVerticalSplit<S>
Immutable implementation of
BoxVerticalSplitType. |
| Modifier and Type | Method and Description |
|---|---|
static <S> BoxVerticalSplitType<S> |
Boxes.splitAlongVertical(BoxType<S> box,
int width)
Split
box along a vertical line placed at width units from
its own left edge. |
| Modifier and Type | Method and Description |
|---|---|
static <S> BoxVerticalSplit<S> |
BoxVerticalSplit.copyOf(BoxVerticalSplitType<S> instance)
Creates an immutable copy of a
BoxVerticalSplitType value. |
BoxVerticalSplit.Builder<S> |
BoxVerticalSplit.Builder.from(BoxVerticalSplitType<S> instance)
Fill a builder with attribute values from the provided
BoxVerticalSplitType instance. |
Copyright © 2016 <code@io7m.com> http://io7m.com