类 CategoryPlot


  • public class CategoryPlot
    extends Plot
    作者:
    yaqiang
    • 构造器详细资料

      • CategoryPlot

        public CategoryPlot()
    • 方法详细资料

      • getDataset

        public Dataset getDataset()
        从类复制的说明: Plot
        Get dataset
        指定者:
        getDataset 在类中 Plot
        返回:
        Dataset
      • setDataset

        public void setDataset​(Dataset value)
        从类复制的说明: Plot
        Set dataset
        指定者:
        setDataset 在类中 Plot
        参数:
        value - Dataset
      • getPlotType

        public PlotType getPlotType()
        从类复制的说明: Plot
        Get plot type
        指定者:
        getPlotType 在类中 Plot
        返回:
        Plot type
      • draw

        public void draw​(java.awt.Graphics2D g2,
                         java.awt.geom.Rectangle2D area)
        从类复制的说明: Plot
        Draw graphics
        指定者:
        draw 在类中 Plot
        参数:
        g2 - Graphics2D
        area - Graphics area
      • getPositionArea

        public java.awt.geom.Rectangle2D getPositionArea()
        从类复制的说明: Plot
        Get position area
        覆盖:
        getPositionArea 在类中 Plot
        返回:
        position area
      • getTightInset

        public Margin getTightInset​(java.awt.Graphics2D g,
                                    java.awt.geom.Rectangle2D positionArea)
        从类复制的说明: Plot
        Get tight inset
        指定者:
        getTightInset 在类中 Plot
        参数:
        g - Graphics2D
        positionArea - Position area
        返回:
        Tight inset margin
      • getPositionArea

        public java.awt.geom.Rectangle2D getPositionArea​(java.awt.geom.Rectangle2D figureArea)
        从类复制的说明: Plot
        Get position area
        覆盖:
        getPositionArea 在类中 Plot
        参数:
        figureArea - Figure area
        返回:
        Position area
      • getOuterPositionArea

        public java.awt.geom.Rectangle2D getOuterPositionArea​(java.awt.geom.Rectangle2D area)
        从类复制的说明: Plot
        Get outer position area
        指定者:
        getOuterPositionArea 在类中 Plot
        参数:
        area - Whole area
        返回:
        Outer position area