Library | Package Java Toolkit

Interface TexturePlacement

package com.ptc.wfc.wfcDisplay;

public interface TexturePlacement
  extends jxobject



Description

Interface for texture placement



Method Summary
doubleGetBumpHeight ()
    Get method for attribute "BumpHeight"
     Bump height
doubleGetDecalIntensity ()
    Get method for attribute "DecalIntensity"
     Decal intensity
booleanGetHorizontalFlip ()
    Get method for attribute "HorizontalFlip"
     Horizontal flip
doubleGetHorizontalOffset ()
    Get method for attribute "HorizontalOffset"
     Horizontal Offset
doubleGetHorizontalScale ()
    Get method for attribute "HorizontalScale"
     Horizontal scale
Transform3DGetLocalSys ()
    Get method for attribute "LocalSys"
     Transform of the coordinate system that should be taken as a reference for texture application
doubleGetRotate ()
    Get method for attribute "Rotate"
     otation parameter
TextureProjectionTypeGetTextureProjectionType ()
    Get method for attribute "TextureProjectionType"
     Projection type TextureProjectionType
booleanGetVerticalFlip ()
    Get method for attribute "VerticalFlip"
     Vertical flip
doubleGetVerticalOffset ()
    Get method for attribute "VerticalOffset"
     Vertical Offset
doubleGetVerticalScale ()
    Get method for attribute "VerticalScale"
     Vertical scale
voidSetBumpHeight (double value)
    Set method for attribute "BumpHeight"
     Bump height
voidSetDecalIntensity (double value)
    Set method for attribute "DecalIntensity"
     Decal intensity
voidSetHorizontalFlip (boolean value)
    Set method for attribute "HorizontalFlip"
     Horizontal flip
voidSetHorizontalOffset (double value)
    Set method for attribute "HorizontalOffset"
     Horizontal Offset
voidSetHorizontalScale (double value)
    Set method for attribute "HorizontalScale"
     Horizontal scale
voidSetLocalSys (Transform3D value)
    Set method for attribute "LocalSys"
     Transform of the coordinate system that should be taken as a reference for texture application
voidSetRotate (double value)
    Set method for attribute "Rotate"
     otation parameter
voidSetTextureProjectionType (TextureProjectionType value)
    Set method for attribute "TextureProjectionType"
     Projection type TextureProjectionType
voidSetVerticalFlip (boolean value)
    Set method for attribute "VerticalFlip"
     Vertical flip
voidSetVerticalOffset (double value)
    Set method for attribute "VerticalOffset"
     Vertical Offset
voidSetVerticalScale (double value)
    Set method for attribute "VerticalScale"
     Vertical scale

Method Detail

GetTextureProjectionType/SetTextureProjectionType

TextureProjectionTypeGetTextureProjectionType ()
voidSetTextureProjectionType (TextureProjectionType value)


     Projection type TextureProjectionType
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetLocalSys/SetLocalSys

Transform3DGetLocalSys ()
voidSetLocalSys (Transform3D value)


     Transform of the coordinate system that should be taken as a reference for texture application



GetHorizontalOffset/SetHorizontalOffset

doubleGetHorizontalOffset ()
voidSetHorizontalOffset (double value)


     Horizontal Offset
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetVerticalOffset/SetVerticalOffset

doubleGetVerticalOffset ()
voidSetVerticalOffset (double value)


     Vertical Offset
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetRotate/SetRotate

doubleGetRotate ()
voidSetRotate (double value)


     otation parameter
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetHorizontalScale/SetHorizontalScale

doubleGetHorizontalScale ()
voidSetHorizontalScale (double value)


     Horizontal scale
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetVerticalScale/SetVerticalScale

doubleGetVerticalScale ()
voidSetVerticalScale (double value)


     Vertical scale
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetBumpHeight/SetBumpHeight

doubleGetBumpHeight ()
voidSetBumpHeight (double value)


     Bump height
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetDecalIntensity/SetDecalIntensity

doubleGetDecalIntensity ()
voidSetDecalIntensity (double value)


     Decal intensity
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetHorizontalFlip/SetHorizontalFlip

booleanGetHorizontalFlip ()
voidSetHorizontalFlip (boolean value)


     Horizontal flip
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties



GetVerticalFlip/SetVerticalFlip

booleanGetVerticalFlip ()
voidSetVerticalFlip (boolean value)


     Vertical flip
Manual References:
Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties, Graphics: Surface Properties