Class IconTable


  • public class IconTable
    extends MediaTable
    Icon Table
    Since:
    3.2.0
    Author:
    osbornb
    • Field Detail

      • COLUMN_WIDTH

        public static final String COLUMN_WIDTH
        Icon display width, when null use actual icon width
        See Also:
        Constant Field Values
      • COLUMN_HEIGHT

        public static final String COLUMN_HEIGHT
        Icon display height, when null use actual icon height
        See Also:
        Constant Field Values
      • COLUMN_ANCHOR_U

        public static final String COLUMN_ANCHOR_U
        UV Mapping horizontal anchor distance inclusively between 0.0 and 1.0 from the left edge, when null assume 0.5 (middle of icon)
        See Also:
        Constant Field Values
      • COLUMN_ANCHOR_V

        public static final String COLUMN_ANCHOR_V
        UV Mapping vertical anchor distance inclusively between 0.0 and 1.0 from the top edge, when null assume 1.0 (bottom of icon)
        See Also:
        Constant Field Values
    • Constructor Detail

      • IconTable

        public IconTable()
        Constructor
      • IconTable

        protected IconTable​(UserCustomTable table)
        Constructor
        Parameters:
        table - user custom table
    • Method Detail

      • getNameColumnIndex

        public int getNameColumnIndex()
        Get the name column index
        Returns:
        name column index
      • getNameColumn

        public UserCustomColumn getNameColumn()
        Get the name column
        Returns:
        name column
      • getDescriptionColumnIndex

        public int getDescriptionColumnIndex()
        Get the description column index
        Returns:
        description column index
      • getDescriptionColumn

        public UserCustomColumn getDescriptionColumn()
        Get the description column
        Returns:
        description column
      • getWidthColumnIndex

        public int getWidthColumnIndex()
        Get the width column index
        Returns:
        opacity column index
      • getWidthColumn

        public UserCustomColumn getWidthColumn()
        Get the width column
        Returns:
        width column
      • getHeightColumnIndex

        public int getHeightColumnIndex()
        Get the height column index
        Returns:
        height column index
      • getHeightColumn

        public UserCustomColumn getHeightColumn()
        Get the height column
        Returns:
        height column
      • getAnchorUColumnIndex

        public int getAnchorUColumnIndex()
        Get the anchor u column index
        Returns:
        anchor u column index
      • getAnchorUColumn

        public UserCustomColumn getAnchorUColumn()
        Get the anchor u column
        Returns:
        anchor u column
      • getAnchorVColumnIndex

        public int getAnchorVColumnIndex()
        Get the anchor v column index
        Returns:
        anchor v column index
      • getAnchorVColumn

        public UserCustomColumn getAnchorVColumn()
        Get the anchor v column
        Returns:
        anchor v column