Class TLcdOpenFlightTexturePattern
java.lang.Object
com.luciad.format.object3d.openflight.model.TLcdOpenFlightTexturePattern
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 Summary
ConstructorDescriptionTLcdOpenFlightTexturePattern
(String aFileName, int aPatternIndex, int aLocationX, int aLocationY) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the texture image this pattern refers to.int
int
int
-
Constructor Details
-
TLcdOpenFlightTexturePattern
public TLcdOpenFlightTexturePattern(String aFileName, int aPatternIndex, int aLocationX, int aLocationY)
-
-
Method Details
-
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()
-