Package fr.formiko.views.gui2d
Class FPanelInfo.FPanelInfoBuilder
java.lang.Object
fr.formiko.views.gui2d.FPanelInfo.FPanelInfoBuilder
- Direct Known Subclasses:
FPanelInfoCreature.FPanelInfoCreatureBuilder,FPanelInfoGCreature.FPanelInfoGCreatureBuilder
- Enclosing class:
FPanelInfo
Standard Builder for this.
- Author:
- Hydrolien
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected fr.formiko.usual.structures.listes.Liste<FPanel>protected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Main function that build FPanelInfo & return it.setAllowPanelsOnSameLine(boolean b) setX(int x) setYByElement(int y)
-
Field Details
-
lp
-
x
protected int x -
yByElement
protected int yByElement -
allowPanelsOnSameLine
protected boolean allowPanelsOnSameLine
-
-
Constructor Details
-
FPanelInfoBuilder
protected FPanelInfoBuilder()Main constructor.
$It only initialize List.
-
-
Method Details
-
setX
-
setYByElement
-
add
-
setAllowPanelsOnSameLine
-
build
Main function that build FPanelInfo & return it.
-