Class AbsoluteLayout
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.layout.Layout
-
- de.terrestris.shoguncore.model.layout.AbsoluteLayout
-
- All Implemented Interfaces:
Serializable
@Entity public class AbsoluteLayout extends Layout
This class is the representation of an absolute layout, where components are anchored in absolute positions, which are stored in thecoordsproperty.The order of the
coordsshould match the order of the correspondingCompositeModule.getSubModules().- Author:
- Nils Bühner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbsoluteLayout()Explicitly adding the default constructor as this is important, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<Point>getCoords()inthashCode()voidsetCoords(List<Point> coords)-
Methods inherited from class de.terrestris.shoguncore.model.layout.Layout
getPropertyHints, getPropertyMusts, getType, setPropertyHints, setPropertyMusts, setType
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-