类 GraphicCollection3D
- java.lang.Object
-
- org.meteoinfo.shape.Graphic
-
- org.meteoinfo.shape.GraphicCollection
-
- org.meteoinfo.chart.plot3d.GraphicCollection3D
-
- 所有已实现的接口:
java.util.Iterator
public class GraphicCollection3D extends GraphicCollection
- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 GraphicCollection3D()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.util.List<java.lang.Number>getSEPoint()Get start and end points [xstart, ystart, xend, yend]java.lang.StringgetZDir()Get z direction - x, y or zdoublegetZValue()Get fixed z valuebooleanis3D()Get if is 3DbooleanisFixZ()Get if is fixed z graphicsvoidsetFixZ(boolean value)Set if is fixed z graphicsvoidsetSEPoint(java.util.List<java.lang.Number> value)Set start and end pointsvoidsetZDir(java.lang.String value)Set z direction - x, y or zvoidsetZValue(double value)Set fixed z value-
从类继承的方法 org.meteoinfo.shape.GraphicCollection
add, add, addAll, addLabel, addLabels, addLabelsContourDynamic, clear, clip, contains, get, getArrowZoom, getExtent, getGraphicN, getGraphics, getLabelPoints, getLabelSet, getLegend, getLegendBreak, getLegendScheme, getNumGraphics, getShapes, getShapeType, hasNext, indexOf, isCollection, isEmpty, isSingleLegend, join, next, remove, remove, removeAll, selectGraphics, setExtent, setGraphics, setLabelPoints, setLabelSet, setLegendBreak, setLegendScheme, setSingleLegend, size, updateExtent
-
从类继承的方法 org.meteoinfo.shape.Graphic
addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
-
-
-
方法详细资料
-
is3D
public boolean is3D()
Get if is 3D- 覆盖:
is3D在类中GraphicCollection- 返回:
- Boolean
-
isFixZ
public boolean isFixZ()
Get if is fixed z graphics- 返回:
- Boolean
-
setFixZ
public void setFixZ(boolean value)
Set if is fixed z graphics- 参数:
value- Boolean
-
getZValue
public double getZValue()
Get fixed z value- 返回:
- Fixed z value
-
setZValue
public void setZValue(double value)
Set fixed z value- 参数:
value- Fixed z value
-
getZDir
public java.lang.String getZDir()
Get z direction - x, y or z- 返回:
- Z direction
-
setZDir
public void setZDir(java.lang.String value)
Set z direction - x, y or z- 参数:
value- Z direction
-
getSEPoint
public java.util.List<java.lang.Number> getSEPoint()
Get start and end points [xstart, ystart, xend, yend]- 返回:
- Start and end points
-
setSEPoint
public void setSEPoint(java.util.List<java.lang.Number> value)
Set start and end points- 参数:
value- Start and end points
-
-