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

    • TLcdOpenFlightTexturePattern

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

    • getFileName

      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

      public int getPatternIndex()
    • getLocationX

      public int getLocationX()
    • getLocationY

      public int getLocationY()