public class InGroupableList extends Object implements InGroupable
Modifier and Type | Field and Description |
---|---|
static int |
MARGIN10 |
Constructor and Description |
---|
InGroupableList(ParticipantBox veryfirst,
Grouping grouping,
double startingY) |
Modifier and Type | Method and Description |
---|---|
void |
addInGroupable(InGroupable in) |
ParticipantBox |
getFirstParticipantBox() |
List<InGroupableList> |
getInnerList() |
ParticipantBox |
getLastParticipantBox() |
double |
getMaxX(StringBounder stringBounder) |
double |
getMinX(StringBounder stringBounder) |
boolean |
isEmpty() |
void |
setMinWidth(double minWidth) |
String |
toString() |
String |
toString(StringBounder stringBounder) |
public static final int MARGIN10
public InGroupableList(ParticipantBox veryfirst, Grouping grouping, double startingY)
public List<InGroupableList> getInnerList()
public void addInGroupable(InGroupable in)
public boolean isEmpty()
public String toString(StringBounder stringBounder)
toString
in interface InGroupable
public void setMinWidth(double minWidth)
public ParticipantBox getFirstParticipantBox()
public ParticipantBox getLastParticipantBox()
public double getMinX(StringBounder stringBounder)
getMinX
in interface InGroupable
public double getMaxX(StringBounder stringBounder)
getMaxX
in interface InGroupable
Copyright © 2016. All Rights Reserved.