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