static IFisheyebar |
IFisheyebarCtrl.from(Fisheyebar instance) |
|
static IFisheyebar |
IFisheyebar.of(java.lang.Iterable<? extends IFisheye> children) |
Returns the instance with the given IFisheye children.
|
static IFisheyebar |
IFisheyebar.of(IFisheye... children) |
Returns the instance with the given IFisheye children.
|
static IFisheyebar |
IFisheyebar.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IFisheyebar |
IFisheyebar.withAttachEdge(java.lang.String attachEdge) |
Returns a copy of this immutable component with the specified
attachEdge .
|
default IFisheyebar |
IFisheyebar.withAttachEdge(IFisheyebar.Edge attachEdge) |
Returns a copy of this immutable component with the specified
attachEdge .
|
IFisheyebar |
IFisheyebar.withItemHeight(int itemHeight) |
Returns a copy of this immutable component with the specified
itemHeight .
|
IFisheyebar |
IFisheyebar.withItemMaxHeight(int itemMaxHeight) |
Returns a copy of this immutable component with the specified
itemMaxHeight .
|
IFisheyebar |
IFisheyebar.withItemMaxWidth(int itemMaxWidth) |
Returns a copy of this immutable component with the specified
itemMaxWidth .
|
IFisheyebar |
IFisheyebar.withItemPadding(int itemPadding) |
Returns a copy of this immutable component with the specified
itemPadding .
|
IFisheyebar |
IFisheyebar.withItemWidth(int itemWidth) |
Returns a copy of this immutable component with the specified
itemWidth .
|
IFisheyebar |
IFisheyebar.withLabelEdge(java.lang.String labelEdge) |
Returns a copy of this immutable component with the specified
labelEdge .
|
default IFisheyebar |
IFisheyebar.withLabelEdge(IFisheyebar.Edge labelEdge) |
Returns a copy of this immutable component with the specified
labelEdge .
|
IFisheyebar |
IFisheyebar.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default IFisheyebar |
IFisheyebar.withOrient(IFisheyebar.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|