Class PanelData

    • Constructor Detail

      • PanelData

        public PanelData()
        Creates a PanelData container without name and with a null value.
      • PanelData

        public PanelData​(Atom propertyAtom)
        Creates a PanelData container with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getDefaultAlignX

        public int getDefaultAlignX()
        Returns the default alignment value in Y.
        Specified by:
        getDefaultAlignX in interface ILayoutDataAlignX
        Returns:
        4 as fill is the default.
      • getDefaultAlignY

        public int getDefaultAlignY()
        Returns the default alignment value in Y.
        Specified by:
        getDefaultAlignY in interface ILayoutDataAlignY
        Returns:
        4 as fill is the default.