类 ChartGraphic


  • public class ChartGraphic
    extends Graphic
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • ChartGraphic

        public ChartGraphic()
        Constructor
      • ChartGraphic

        public ChartGraphic​(PointShape shape,
                            ChartBreak legend)
        Constructor
        参数:
        shape - Point shape
        legend - Chart break
    • 方法详细资料

      • getStartPosition

        public PointD getStartPosition()
        Get start position
        返回:
        Start position
      • setStartPosition

        public void setStartPosition​(PointD value)
        Set start postion
        参数:
        value - Start position
      • setShape

        public void setShape​(PointShape aShape)
        Set point shape
        参数:
        aShape - Point shape
      • exportToXML

        public void exportToXML​(org.w3c.dom.Document doc,
                                org.w3c.dom.Element parent)
        Export to XML document
        覆盖:
        exportToXML 在类中 Graphic
        参数:
        doc - XML document
        parent - Parent XML element
      • importFromXML

        public void importFromXML​(org.w3c.dom.Element graphicNode)
        Import from xml node
        覆盖:
        importFromXML 在类中 Graphic
        参数:
        graphicNode - Graphic xml node