类 Point2DGraphicCollection

    • 构造器详细资料

      • Point2DGraphicCollection

        public Point2DGraphicCollection()
        Constructor
      • Point2DGraphicCollection

        public Point2DGraphicCollection​(List<Point2DGraphic> graphics)
        Constructor
        参数:
        graphics - Graphics
      • Point2DGraphicCollection

        public Point2DGraphicCollection​(Array xData,
                                        Array yData,
                                        PointBreak pointBreak)
        Constructor
        参数:
        xData - X data
        yData - Y data
        pointBreak - Point break
      • Point2DGraphicCollection

        public Point2DGraphicCollection​(Array xData,
                                        Array yData,
                                        List<ColorBreak> cbs)
        Constructor
        参数:
        xData - X data
        yData - Y data
        pointBreak - Point break
      • Point2DGraphicCollection

        public Point2DGraphicCollection​(Array xData,
                                        Array yData,
                                        Array cData,
                                        LegendScheme ls)
        Constructor
        参数:
        xData - X data
        yData - Y data
        cData - Color data
        ls - Legend scheme
    • 方法详细资料

      • hasColorData

        public boolean hasColorData()
        Return has color data array or not
        返回:
        Has color data array of not
      • getXData

        public Array getXData()
        Get x data
        返回:
        X data
      • setXData

        public void setXData​(Array xData)
        Set x data
        参数:
        xData - X data
      • getYData

        public Array getYData()
        Get y data
        返回:
        Y data
      • setYData

        public void setYData​(Array yData)
        Set y data
        参数:
        yData - Y data
      • getColorData

        public Array getColorData()
        Get color data
        返回:
        Color data
      • updateShape

        protected void updateShape()
      • updateGraphics

        protected void updateGraphics()
      • updateGraphics

        protected void updateGraphics​(PointBreak pointBreak)
      • updateGraphics

        protected void updateGraphics​(List<ColorBreak> cbs)
      • updateGraphics

        protected void updateGraphics​(LegendScheme ls)
      • setData

        public void setData​(Array xData,
                            Array yData)
        Set x and y data
        参数:
        xData - X data array
        yData - Y data array