Documentation of 'org.jzy3d.plot3d.rendering.textures.SharedTexture' Java class
SharedTexture
org.jzy3d.plot3d.rendering.textures

Class SharedTexture

    • Constructor Summary

      Constructors 
      Constructor and Description
      SharedTexture(java.lang.String file) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.jogamp.opengl.util.texture.TextureCoords getCoords() 
      java.lang.String getFile() 
      float getHalfHeight() 
      float getHalfWidth() 
      com.jogamp.opengl.util.texture.Texture getTexture(com.jogamp.opengl.GL gl) 
      boolean hasMountedOnce()
      Return true if mount(...) has been called at least one time
      void mount(com.jogamp.opengl.GL gl)
      A GL2 context MUST be current.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SharedTexture

        public SharedTexture(java.lang.String file)
    • Method Detail

      • getTexture

        public com.jogamp.opengl.util.texture.Texture getTexture(com.jogamp.opengl.GL gl)
      • mount

        public void mount(com.jogamp.opengl.GL gl)
        A GL2 context MUST be current.
        Specified by:
        mount in interface IGLBindedResource
      • getFile

        public java.lang.String getFile()
      • getCoords

        public com.jogamp.opengl.util.texture.TextureCoords getCoords()
      • getHalfWidth

        public float getHalfWidth()
      • getHalfHeight

        public float getHalfHeight()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.