Package org.meteoinfo.chart.plot3d
Class GraphicCollection3D
- java.lang.Object
-
- org.meteoinfo.shape.Graphic
-
- org.meteoinfo.shape.GraphicCollection
-
- org.meteoinfo.chart.plot3d.GraphicCollection3D
-
public class GraphicCollection3D extends GraphicCollection
-
-
Constructor Summary
Constructors Constructor Description GraphicCollection3D()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Number>getSEPoint()Get start & 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 & end pointsvoidsetZDir(java.lang.String value)Set z direction - x, y or zvoidsetZValue(double value)Set fixed z value-
Methods inherited from class org.meteoinfo.shape.Graphic
addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
Methods inherited from class 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
-
-
-
-
Method Detail
-
is3D
public boolean is3D()
Get if is 3D- Overrides:
is3Din classGraphicCollection- Returns:
- Boolean
-
isFixZ
public boolean isFixZ()
Get if is fixed z graphics- Returns:
- Boolean
-
setFixZ
public void setFixZ(boolean value)
Set if is fixed z graphics- Parameters:
value- Boolean
-
getZValue
public double getZValue()
Get fixed z value- Returns:
- Fixed z value
-
setZValue
public void setZValue(double value)
Set fixed z value- Parameters:
value- Fixed z value
-
getZDir
public java.lang.String getZDir()
Get z direction - x, y or z- Returns:
- Z direction
-
setZDir
public void setZDir(java.lang.String value)
Set z direction - x, y or z- Parameters:
value- Z direction
-
getSEPoint
public java.util.List<java.lang.Number> getSEPoint()
Get start & end points [xstart, ystart, xend, yend]- Returns:
- Start & end points
-
setSEPoint
public void setSEPoint(java.util.List<java.lang.Number> value)
Set start & end points- Parameters:
value- Start & end points
-
-