| Modifier | Constructor and Description |
|---|---|
protected |
SerialBox(ParaboxLayout layout) |
protected |
SerialBox(ParaboxLayout layout,
boolean greedy) |
protected |
SerialBox(ParaboxLayout layout,
double gap) |
protected |
SerialBox(ParaboxLayout layout,
double gap,
boolean greedy) |
protected |
SerialBox(ParaboxLayout layout,
double gap,
Justification justification) |
protected |
SerialBox(ParaboxLayout layout,
double gap,
Justification justification,
boolean greedy) |
protected |
SerialBox(ParaboxLayout layout,
Gap gap) |
protected |
SerialBox(ParaboxLayout layout,
Gap gap,
boolean greedy) |
protected |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification) |
protected |
SerialBox(ParaboxLayout layout,
Gap gap,
Justification justification,
boolean greedy) |
protected |
SerialBox(ParaboxLayout layout,
Justification justification) |
protected |
SerialBox(ParaboxLayout layout,
Justification justification,
boolean greedy) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateMaximumMeasurement(Bias bias,
LayoutTailor tailor) |
double |
calculateMinimumMeasurement(Bias bias,
LayoutTailor tailor) |
double |
calculatePreferredMeasurement(Bias bias,
LayoutTailor tailor) |
void |
doLayout(Bias bias,
double containerPosition,
double containerMeasurement,
LayoutTailor tailor) |
double |
getGap() |
Justification |
getJustification() |
boolean |
isGreedy() |
SerialBox |
setGap(double gap) |
SerialBox |
setGap(Gap gap) |
SerialBox |
setGreedy(boolean greedy) |
SerialBox |
setJustification(Justification justification) |
protected SerialBox(ParaboxLayout layout)
protected SerialBox(ParaboxLayout layout, boolean greedy)
protected SerialBox(ParaboxLayout layout, Gap gap)
protected SerialBox(ParaboxLayout layout, Gap gap, boolean greedy)
protected SerialBox(ParaboxLayout layout, double gap)
protected SerialBox(ParaboxLayout layout, double gap, boolean greedy)
protected SerialBox(ParaboxLayout layout, Justification justification)
protected SerialBox(ParaboxLayout layout, Justification justification, boolean greedy)
protected SerialBox(ParaboxLayout layout, Gap gap, Justification justification)
protected SerialBox(ParaboxLayout layout, Gap gap, Justification justification, boolean greedy)
protected SerialBox(ParaboxLayout layout, double gap, Justification justification)
protected SerialBox(ParaboxLayout layout, double gap, Justification justification, boolean greedy)
public double getGap()
public SerialBox setGap(double gap)
public Justification getJustification()
public SerialBox setJustification(Justification justification)
public boolean isGreedy()
public SerialBox setGreedy(boolean greedy)
public double calculateMinimumMeasurement(Bias bias, LayoutTailor tailor)
calculateMinimumMeasurement in class Box<SerialBox>public double calculatePreferredMeasurement(Bias bias, LayoutTailor tailor)
calculatePreferredMeasurement in class Box<SerialBox>public double calculateMaximumMeasurement(Bias bias, LayoutTailor tailor)
calculateMaximumMeasurement in class Box<SerialBox>public void doLayout(Bias bias, double containerPosition, double containerMeasurement, LayoutTailor tailor)
Copyright © 2019. All rights reserved.