类 ChartSet


  • public class ChartSet
    extends java.lang.Object
    Template
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • ChartSet

        public ChartSet()
        Constructor
    • 方法详细资料

      • getChartType

        public ChartTypes getChartType()
        Get chart type
        返回:
        Chart type
      • setChartType

        public void setChartType​(ChartTypes type)
        Set chart type
        参数:
        type - Chart type
      • setChartType

        public void setChartType​(java.lang.String tstr)
        Set chart type
        参数:
        tstr - Chart type string
      • isDrawCharts

        public boolean isDrawCharts()
        Set if draw charts
        返回:
        If draw charts
      • setDrawCharts

        public void setDrawCharts​(boolean istrue)
        Set if draw charts
        参数:
        istrue - If draw charts
      • getFieldNames

        public java.util.List<java.lang.String> getFieldNames()
        Get field names
        返回:
        The file names
      • setFieldNames

        public void setFieldNames​(java.util.List<java.lang.String> names)
        Set field names
        参数:
        names - Field names
      • getXShift

        public int getXShift()
        Get x shift
        返回:
        X shift
      • setXShift

        public void setXShift​(int shift)
        Set x shift
        参数:
        shift - X shift
      • getYShift

        public int getYShift()
        Get y shift
        返回:
        Y shift
      • setYShift

        public void setYShift​(int shift)
        Set y shift
        参数:
        shift - Y shift
      • getLegendScheme

        public LegendScheme getLegendScheme()
        Get legend scheme
        返回:
        The legend scheme
      • setLegendScheme

        public void setLegendScheme​(LegendScheme ls)
        Set legend scheme
        参数:
        ls - The legend scheme
      • getMaxSize

        public int getMaxSize()
        Get maximum size
        返回:
        Maximum size
      • setMaxSize

        public void setMaxSize​(int size)
        Set maximum size
        参数:
        size - Maximum size
      • getMinSize

        public int getMinSize()
        Get minimum size
        返回:
        Minimum size
      • setMinSize

        public void setMinSize​(int size)
        Set minimum size
        参数:
        size - Minimum size
      • getMaxValue

        public float getMaxValue()
        Get maximum value
        返回:
        Maximum value
      • setMaxValue

        public void setMaxValue​(float value)
      • getMinValue

        public float getMinValue()
        Get minimum value
        返回:
        Minimum value
      • setMinValue

        public void setMinValue​(float value)
        Set minimum value
        参数:
        value - Minimum value
      • getBarWidth

        public int getBarWidth()
        Get bar width
        返回:
        Bar width
      • setBarWidth

        public void setBarWidth​(int width)
        Set bar width
        参数:
        width - Bar width
      • isAvoidCollision

        public boolean isAvoidCollision()
        Get if avoid collision
        返回:
        If avoid collisioin
      • setAvoidCollision

        public void setAvoidCollision​(boolean istrue)
        Set if avoid collision
        参数:
        istrue - If avoid collision
      • getAlignType

        public AlignType getAlignType()
        Get align type
        返回:
        Align type
      • setAlignType

        public void setAlignType​(AlignType type)
        Set align type
        参数:
        type - Align type
      • setAlignType

        public void setAlignType​(java.lang.String tstr)
        Set align type
        参数:
        tstr - Align type string
      • isView3D

        public boolean isView3D()
        Get if view 3D
        返回:
        If view 3D
      • setView3D

        public void setView3D​(boolean istrue)
        Set if view 3D
        参数:
        istrue - If view 3D
      • getThickness

        public int getThickness()
        Get 3D thickness
        返回:
        3D thickness
      • setThickness

        public void setThickness​(int value)
        Set 3D thickness
        参数:
        value - 3D thickness
      • isDrawLabel

        public boolean isDrawLabel()
        Get if draw label
        返回:
        Boolean
      • setDrawLabel

        public void setDrawLabel​(boolean value)
        Set if draw label
        参数:
        value - Boolean
      • getLabelFont

        public java.awt.Font getLabelFont()
        Get label font
        返回:
        Label font
      • setLabelFont

        public void setLabelFont​(java.awt.Font value)
        Set label font
        参数:
        value - Label font
      • getLabelColor

        public java.awt.Color getLabelColor()
        Get label color
        返回:
        Label color
      • setLabelColor

        public void setLabelColor​(java.awt.Color value)
        Set label color
        参数:
        value - Label color
      • getDecimalDigits

        public int getDecimalDigits()
        Get decimal digits
        返回:
        Decimal digits
      • setDecimalDigits

        public void setDecimalDigits​(int value)
        Set decimal digits
        参数:
        value - Decimal digits
      • update

        public void update()
        Update - avoid the disagree of field names and legend scheme