类 Line2DGraphicCollection

    • 构造器详细资料

      • Line2DGraphicCollection

        public Line2DGraphicCollection()
        Constructor
      • Line2DGraphicCollection

        public Line2DGraphicCollection​(List<Line2DGraphic> graphics)
        Constructor
        参数:
        graphics - Graphics
      • Line2DGraphicCollection

        public Line2DGraphicCollection​(List<Array> data,
                                       PolylineBreak lineBreak)
        Constructor
        参数:
        data - Data list
        lineBreak - Polyline break
      • Line2DGraphicCollection

        public Line2DGraphicCollection​(List<Array> data,
                                       List<PolylineBreak> lineBreaks)
        Constructor
        参数:
        data - Data list
        lineBreaks - Polyline break list
      • Line2DGraphicCollection

        public Line2DGraphicCollection​(List<Array> data,
                                       Array cData,
                                       LegendScheme ls)
        Constructor
        参数:
        data - Data list
        cdata - Color data
        ls - Legend scheme
      • Line2DGraphicCollection

        public Line2DGraphicCollection​(List<Array> data,
                                       List<Array> cData,
                                       LegendScheme ls)
        Constructor
        参数:
        data - Data list
        cdata - Color data
        ls - Legend scheme
    • 方法详细资料

      • hasColorData

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

        public boolean isCurve()
        Return plot as curve line or not
        返回:
        Curve line or not
      • setCurve

        public void setCurve​(boolean value)
        Set plot as curve line or not
        参数:
        value - Curve line or not
      • getData

        public List<Array> getData()
        Get segments data
        返回:
        Segments data
      • setData

        public void setData​(List<Array> value)
        Set segments data
        参数:
        value - Segments data
      • setData

        public void setData​(List<Array> value,
                            Array cData)
        Set segments data
        参数:
        value - Segments data
      • getLegendBreaks

        public List<PolylineBreak> getLegendBreaks()
        Get legend breaks
        返回:
        Legend breaks