类 ChartGraphic
- java.lang.Object
-
- org.meteoinfo.shape.Graphic
-
- org.meteoinfo.shape.ChartGraphic
-
public class ChartGraphic extends Graphic
- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 ChartGraphic()ConstructorChartGraphic(PointShape shape, ChartBreak legend)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidexportToXML(org.w3c.dom.Document doc, org.w3c.dom.Element parent)Export to XML documentPointDgetStartPosition()Get start positionvoidimportFromXML(org.w3c.dom.Element graphicNode)Import from xml nodevoidsetShape(PointShape aShape)Set point shapevoidsetStartPosition(PointD value)Set start postion-
从类继承的方法 org.meteoinfo.shape.Graphic
addLegend, addShape, getExtent, getGraphicN, getGraphics, getLegend, getNumGraphics, getResizeAbility, getShape, isCollection, isSingleLegend, loadLegend, loadShape, setExtent, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
-
-
-
构造器详细资料
-
ChartGraphic
public ChartGraphic()
Constructor
-
ChartGraphic
public ChartGraphic(PointShape shape, ChartBreak legend)
Constructor- 参数:
shape- Point shapelegend- 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 documentparent- Parent XML element
-
importFromXML
public void importFromXML(org.w3c.dom.Element graphicNode)
Import from xml node- 覆盖:
importFromXML在类中Graphic- 参数:
graphicNode- Graphic xml node
-
-