Class TLcdOpenFlightTexturePattern

java.lang.Object
com.luciad.format.object3d.openflight.model.TLcdOpenFlightTexturePattern

public class TLcdOpenFlightTexturePattern extends Object
Represents an entry in the OpenFlight texture palette.

Please refer to the OpenFlight specification for more details on the semantics of this class and its properties.

See Also:
  • Constructor Details Link icon

    • TLcdOpenFlightTexturePattern Link icon

      public TLcdOpenFlightTexturePattern(String aFileName, int aPatternIndex, int aLocationX, int aLocationY)
  • Method Details Link icon

    • getFileName Link icon

      public String getFileName()
      Returns the name of the texture image this pattern refers to.
      Returns:
      the name of the texture image this pattern refers to
    • getPatternIndex Link icon

      public int getPatternIndex()
    • getLocationX Link icon

      public int getLocationX()
    • getLocationY Link icon

      public int getLocationY()