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) |
void |
changeHack2(double hack2) |
ParticipantBox |
getFirstParticipantBox() |
double |
getHack2() |
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 InGroupablepublic void setMinWidth(double minWidth)
public ParticipantBox getFirstParticipantBox()
public ParticipantBox getLastParticipantBox()
public double getMinX(StringBounder stringBounder)
getMinX in interface InGroupablepublic double getMaxX(StringBounder stringBounder)
getMaxX in interface InGroupablepublic void changeHack2(double hack2)
public double getHack2()
Copyright © 2017. All rights reserved.