CadWipeoutBase

Inheritance: java.lang.Object, CadBaseEntity

The Cad wipeout.

Constructors

ConstructorDescription
CadWipeoutBase()Initializes a new instance of the CadWipeoutBase class.

Methods

MethodDescription
getTypeName()Gets the name of the type.
getClippingBoundaryType()Gets or sets the type of the clipping boundary.
setClippingBoundaryType(short value)Gets or sets the type of the clipping boundary.
getWipeoutBrightness()Gets or sets the wipeout brightness.
setWipeoutBrightness(short value)Gets or sets the wipeout brightness.
getClassVersion()Gets or sets the class version.
setClassVersion(int value)Gets or sets the class version.
getClipBoundaries()Gets or sets the clip boundaries.
setClipBoundaries(List value)Gets or sets the clip boundaries.
getClipBoundariesCount()Gets or sets the clip boundaries count.
setClipBoundariesCount(int value)Gets or sets the clip boundaries count.
getClippingState()Gets or sets the clipping state.
setClippingState(short value)Gets or sets the clipping state.
getWipeoutContrast()Gets or sets the contrast.
setWipeoutContrast(short value)Gets or sets the contrast.
getFade()Gets or sets the fade.
setFade(short value)Gets or sets the fade.
getImageDefReactorReference()Gets or sets the image def reactor reference.
setImageDefReactorReference(String value)Gets or sets the image def reactor reference.
getImageDefReference()Gets or sets the image def reference.
setImageDefReference(String value)Gets or sets the image def reference.
getImageDisplayProp()Gets or sets the image display prop.
setImageDisplayProp(short value)Gets or sets the image display prop.
getImageSizeInPixels()Gets or sets the image size in pixels.
setImageSizeInPixels(Cad2DPoint value)Gets or sets the image size in pixels.
getInsertionPoint()Gets or sets the insertion point.
setInsertionPoint(Cad3DPoint value)Gets or sets the insertion point.
getVectorU()Gets or sets the vector u.
setVectorU(Cad3DPoint value)Gets or sets the vector u.
getVectorV()Gets or sets the vector v.
setVectorV(Cad3DPoint value)Gets or sets the vector v.

CadWipeoutBase()

public CadWipeoutBase()

Initializes a new instance of the CadWipeoutBase class.

getTypeName()

public int getTypeName()

Gets the name of the type.

Returns: int - The name of the type.

getClippingBoundaryType()

public short getClippingBoundaryType()

Gets or sets the type of the clipping boundary.

Returns: short - The type of the clipping boundary.

setClippingBoundaryType(short value)

public void setClippingBoundaryType(short value)

Gets or sets the type of the clipping boundary.

Parameters:

ParameterTypeDescription
valueshortThe type of the clipping boundary.

getWipeoutBrightness()

public short getWipeoutBrightness()

Gets or sets the wipeout brightness.

Returns: short - The wipeout brightness.

setWipeoutBrightness(short value)

public void setWipeoutBrightness(short value)

Gets or sets the wipeout brightness.

Parameters:

ParameterTypeDescription
valueshortThe wipeout brightness.

getClassVersion()

public int getClassVersion()

Gets or sets the class version.

Returns: int

setClassVersion(int value)

public void setClassVersion(int value)

Gets or sets the class version.

getClipBoundaries()

public final List<Cad2DPoint> getClipBoundaries()

Gets or sets the clip boundaries.

Returns: List

setClipBoundaries(List value)

public final void setClipBoundaries(List<Cad2DPoint> value)

Gets or sets the clip boundaries.

getClipBoundariesCount()

public int getClipBoundariesCount()

Gets or sets the clip boundaries count.

Returns: int

setClipBoundariesCount(int value)

public void setClipBoundariesCount(int value)

Gets or sets the clip boundaries count.

getClippingState()

public short getClippingState()

Gets or sets the clipping state.

Returns: short

setClippingState(short value)

public void setClippingState(short value)

Gets or sets the clipping state.

getWipeoutContrast()

public short getWipeoutContrast()

Gets or sets the contrast.

Returns: short

setWipeoutContrast(short value)

public void setWipeoutContrast(short value)

Gets or sets the contrast.

getFade()

public short getFade()

Gets or sets the fade.

Returns: short

setFade(short value)

public void setFade(short value)

Gets or sets the fade.

getImageDefReactorReference()

public String getImageDefReactorReference()

Gets or sets the image def reactor reference.

Returns: String

setImageDefReactorReference(String value)

public void setImageDefReactorReference(String value)

Gets or sets the image def reactor reference.

getImageDefReference()

public String getImageDefReference()

Gets or sets the image def reference.

Returns: String

setImageDefReference(String value)

public void setImageDefReference(String value)

Gets or sets the image def reference.

getImageDisplayProp()

public short getImageDisplayProp()

Gets or sets the image display prop.

Returns: short

setImageDisplayProp(short value)

public void setImageDisplayProp(short value)

Gets or sets the image display prop.

getImageSizeInPixels()

public Cad2DPoint getImageSizeInPixels()

Gets or sets the image size in pixels.

Returns: Cad2DPoint

setImageSizeInPixels(Cad2DPoint value)

public void setImageSizeInPixels(Cad2DPoint value)

Gets or sets the image size in pixels.

getInsertionPoint()

public Cad3DPoint getInsertionPoint()

Gets or sets the insertion point.

Returns: Cad3DPoint

setInsertionPoint(Cad3DPoint value)

public void setInsertionPoint(Cad3DPoint value)

Gets or sets the insertion point.

getVectorU()

public Cad3DPoint getVectorU()

Gets or sets the vector u.

Returns: Cad3DPoint

setVectorU(Cad3DPoint value)

public void setVectorU(Cad3DPoint value)

Gets or sets the vector u.

getVectorV()

public Cad3DPoint getVectorV()

Gets or sets the vector v.

Returns: Cad3DPoint

setVectorV(Cad3DPoint value)

public void setVectorV(Cad3DPoint value)

Gets or sets the vector v.