类 SurfaceGraphics

  • 所有已实现的接口:
    java.util.Iterator

    public class SurfaceGraphics
    extends GraphicCollection3D
    作者:
    yaqiang
    • 构造器详细资料

      • SurfaceGraphics

        public SurfaceGraphics()
        Constructor
    • 方法详细资料

      • 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 i
        j - Vertex index j
        返回:
        Vertex
      • getDim1

        public int getDim1()
        Get dimension 1
        返回:
        Dimension 1
      • getDim2

        public int getDim2()
        Get dimension 2
        返回:
        Dimension 2
      • updateLegendIndex

        public void updateLegendIndex()
        Update legend index
      • getLegendBreak

        public ColorBreak getLegendBreak​(int i,
                                         int j)
        Get legend break of a vertex
        参数:
        i - Vertex index i
        j - Vertex index j
        返回:
        Legend break
      • getRGBA

        public float[] getRGBA​(int i,
                               int j)
        Get RGBA array of a vertex
        参数:
        i - Vertex index i
        j - Vertex index j
        返回:
        RGBA float array