Class SurfacePolygon.ShapeData

  • Enclosing class:
    SurfacePolygon

    protected static class SurfacePolygon.ShapeData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ShapeData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertexStride

        public int vertexStride
      • hasTexCoords

        public boolean hasTexCoords
      • vertices

        public java.nio.FloatBuffer vertices
      • interiorIndices

        public java.nio.IntBuffer interiorIndices
      • outlineIndices

        public java.nio.IntBuffer outlineIndices
    • Constructor Detail

      • ShapeData

        protected ShapeData()