Class Pmesh4Reader

    • Field Detail

      • nPolygons

        private int nPolygons
      • pmeshError

        private java.lang.String pmeshError
      • type

        private java.lang.String type
      • color

        private int color
      • transparency

        float transparency
      • nX

        private int nX
      • nY

        private int nY
      • tokens

        private java.lang.String[] tokens
      • iToken

        private int iToken
    • Constructor Detail

      • Pmesh4Reader

        Pmesh4Reader()
    • Method Detail

      • readVerticesAndPolygons

        private boolean readVerticesAndPolygons()
      • readColor

        private void readColor()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readVertices

        private boolean readVertices()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createMesh

        private void createMesh()
      • nextToken

        private java.lang.String nextToken()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getInt

        private int getInt()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getFloat

        private float getFloat()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception