Package de.terrestris.shoguncore.model.layout
-
Class Summary Class Description AbsoluteLayout This class is the representation of an absolute layout, where components are anchored in absolute positions, which are stored in theAbsoluteLayout.coordsproperty.BorderLayout This class is the representation of an border layout, where components are anchored in (predefined) regions, which are stored in theBorderLayout.regionsproperty.Layout This class represents the layout of aCompositeModulein a GUI.