类 SurfaceGraphics
- java.lang.Object
-
- org.meteoinfo.shape.Graphic
-
- org.meteoinfo.shape.GraphicCollection
-
- org.meteoinfo.chart.plot3d.GraphicCollection3D
-
- org.meteoinfo.chart.jogl.SurfaceGraphics
-
- 所有已实现的接口:
java.util.Iterator
public class SurfaceGraphics extends GraphicCollection3D
- 作者:
- yaqiang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.chart.plot3d.GraphicCollection3D
allConvexPolygon, allQuads, allTriangle
-
从类继承的字段 org.meteoinfo.shape.GraphicCollection
legendBreak, legendScheme, singleLegend
-
-
构造器概要
构造器 构造器 说明 SurfaceGraphics()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetDim1()Get dimension 1intgetDim2()Get dimension 2ColorBreakgetLegendBreak(int i, int j)Get legend break of a vertexfloat[]getRGBA(int i, int j)Get RGBA array of a vertexPointZgetVertex(int i, int j)Get vertexPointZ[][]getVertices()Get verticesvoidsetLegendScheme(LegendScheme value)Set legend schemevoidsetVertices(PointZ[][] value)Set verticesvoidupdateLegendIndex()Update legend index-
从类继承的方法 org.meteoinfo.chart.plot3d.GraphicCollection3D
getSEPoint, getZDir, getZValue, is3D, isAllConvexPolygon, isAllQuads, isAllTriangle, isFixZ, setAllConvexPolygon, setAllQuads, setAllTriangle, setFixZ, setSEPoint, setZDir, setZValue
-
从类继承的方法 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, setSingleLegend, size, updateExtent
-
从类继承的方法 org.meteoinfo.shape.Graphic
addLegend, addShape, exportToXML, getResizeAbility, getShape, importFromXML, loadLegend, loadShape, setLegend, setShape, verticeAddUpdate, verticeMoveUpdate, verticeRemoveUpdate
-
-
-
-
方法详细资料
-
getVertices
public PointZ[][] getVertices()
Get vertices- 返回:
-
setVertices
public void setVertices(PointZ[][] value)
Set vertices- 参数:
value- Vertices
-
getVertex
public PointZ getVertex(int i, int j)
Get vertex- 参数:
i- Vertex index ij- Vertex index j- 返回:
- Vertex
-
getDim1
public int getDim1()
Get dimension 1- 返回:
- Dimension 1
-
getDim2
public int getDim2()
Get dimension 2- 返回:
- Dimension 2
-
setLegendScheme
public void setLegendScheme(LegendScheme value)
Set legend scheme- 覆盖:
setLegendScheme在类中GraphicCollection- 参数:
value- Legend scheme
-
updateLegendIndex
public void updateLegendIndex()
Update legend index
-
getLegendBreak
public ColorBreak getLegendBreak(int i, int j)
Get legend break of a vertex- 参数:
i- Vertex index ij- Vertex index j- 返回:
- Legend break
-
getRGBA
public float[] getRGBA(int i, int j)Get RGBA array of a vertex- 参数:
i- Vertex index ij- Vertex index j- 返回:
- RGBA float array
-
-