Class StyleTable


  • public class StyleTable
    extends AttributesTable
    Style Table
    Since:
    3.2.0
    Author:
    osbornb
    • Constructor Detail

      • StyleTable

        public StyleTable()
        Constructor
      • StyleTable

        public StyleTable​(AttributesTable attributesTable)
        Constructor
        Parameters:
        attributesTable - attributes table
    • Method Detail

      • getNameColumnIndex

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

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

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

        public AttributesColumn getDescriptionColumn()
        Get the description column
        Returns:
        description column
      • getColorColumnIndex

        public int getColorColumnIndex()
        Get the color column index
        Returns:
        color column index
      • getColorColumn

        public AttributesColumn getColorColumn()
        Get the color column
        Returns:
        color column
      • getOpacityColumnIndex

        public int getOpacityColumnIndex()
        Get the opacity column index
        Returns:
        opacity column index
      • getOpacityColumn

        public AttributesColumn getOpacityColumn()
        Get the opacity column
        Returns:
        opacity column
      • getWidthColumnIndex

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

        public AttributesColumn getWidthColumn()
        Get the width column
        Returns:
        width column
      • getFillColorColumnIndex

        public int getFillColorColumnIndex()
        Get the fill color column index
        Returns:
        fill color column index
      • getFillColorColumn

        public AttributesColumn getFillColorColumn()
        Get the fill color column
        Returns:
        fill color column
      • getFillOpacityColumnIndex

        public int getFillOpacityColumnIndex()
        Get the fill opacity column index
        Returns:
        fill opacity column index
      • getFillOpacityColumn

        public AttributesColumn getFillOpacityColumn()
        Get the fill opacity column
        Returns:
        fill opacity column