Class SurfaceState

  • All Implemented Interfaces:
    java.io.Serializable

    public class SurfaceState
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SurfaceState()  
      SurfaceState​(WildMagic.LibGraphics.SceneGraph.TriMesh kMesh, java.lang.String kName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      private void readObject​(java.io.ObjectInputStream in)  
      private void writeObject​(java.io.ObjectOutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • SurfaceColor

        public java.awt.Color SurfaceColor
      • Material

        public WildMagic.LibGraphics.Rendering.MaterialState Material
      • Opacity

        public float Opacity
      • Fill

        public WildMagic.LibGraphics.Rendering.WireframeState.FillMode Fill
      • Pickable

        public boolean Pickable
      • Clip

        public boolean Clip
      • BackfaceCull

        public boolean BackfaceCull
      • TransparencyOn

        public boolean TransparencyOn
      • Name

        public java.lang.String Name
      • Surface

        public transient WildMagic.LibGraphics.SceneGraph.TriMesh Surface
    • Constructor Detail

      • SurfaceState

        public SurfaceState()
      • SurfaceState

        public SurfaceState​(WildMagic.LibGraphics.SceneGraph.TriMesh kMesh,
                            java.lang.String kName)
    • Method Detail

      • dispose

        public void dispose()
      • writeObject

        private void writeObject​(java.io.ObjectOutputStream out)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readObject

        private void readObject​(java.io.ObjectInputStream in)
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException