Library | Package Java Toolkit

Interface Texture

package com.ptc.wfc.wfcDisplay;

public interface Texture
  extends jxobject



Description

The texture interface
Manual References:
Graphics: Surface Properties



Method Summary
StringGetFilePath ()
    Get method for attribute "FilePath"
     The texture file
/*optional*/ TexturePlacementGetPlacement ()
    Get method for attribute "Placement"
     The texture placement TexturePlacement
TextureTypeGetType ()
    Get method for attribute "Type"
     The texture type TextureType
voidSetFilePath (String value)
    Set method for attribute "FilePath"
     The texture file
voidSetPlacement ( /*optional*/ TexturePlacement value)
    Set method for attribute "Placement"
     The texture placement TexturePlacement
voidSetType (TextureType value)
    Set method for attribute "Type"
     The texture type TextureType

Method Detail

GetType/SetType

TextureTypeGetType ()
voidSetType (TextureType value)


     The texture type TextureType
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetFilePath/SetFilePath

StringGetFilePath ()
voidSetFilePath (String value)


     The texture file
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetPlacement/SetPlacement

/*optional*/ TexturePlacementGetPlacement ()
voidSetPlacement ( /*optional*/ TexturePlacement value)


     The texture placement TexturePlacement
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties