public class CadRasterImage extends CadBaseExtrudedEntity
Class describing Cad raster image
Constructor and Description |
---|
CadRasterImage()
Initializes a new instance of the
CadRasterImage class. |
Modifier and Type | Method and Description |
---|---|
int |
getClassVersion()
Gets or sets the class version.
|
List<Cad2DPoint> |
getClipBoundaryVertexList()
Gets or sets the clip boundary vertex.
|
boolean |
getClipMode()
Gets or sets a value indicating whether [clip mode].
|
short |
getClippingBoundaryType()
Gets or sets the type of the clipping boundary.
|
short |
getClippingState()
Gets or sets clipping state value.
|
short |
getDisplayFlags()
Gets or sets display flags value.
|
short |
getFade()
Gets or sets fade value.
|
short |
getImageBrightness()
Gets or sets brigthness value.
|
short |
getImageContrast()
Gets or sets contrast value.
|
String |
getImageDefReactorReference()
Gets or sets the image definition reactor reference.
|
String |
getImageDefReference()
Gets or sets ImageDefReference value.
|
double |
getImageSizeU()
Gets or sets image size U value.
|
double |
getImageSizeV()
Gets or sets image size V value.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets insertion point value.
|
int |
getNumberOfClipBoundaryVertices()
Gets or sets the number of clip boundary vertices.
|
Cad3DPoint |
getUVector()
Gets or sets U vector.
|
Cad3DPoint |
getVVector()
Gets or sets V vector.
|
void |
setClassVersion(int value)
Gets or sets the class version.
|
void |
setClipBoundaryVertexList(List<Cad2DPoint> value)
Gets or sets the clip boundary vertex.
|
void |
setClipMode(boolean value)
Gets or sets a value indicating whether [clip mode].
|
void |
setClippingBoundaryType(short value)
Gets or sets the type of the clipping boundary.
|
void |
setClippingState(short value)
Gets or sets clipping state value.
|
void |
setDisplayFlags(short value)
Gets or sets display flags value.
|
void |
setFade(short value)
Gets or sets fade value.
|
void |
setImageBrightness(short value)
Gets or sets brigthness value.
|
void |
setImageContrast(short value)
Gets or sets contrast value.
|
void |
setImageDefReactorReference(String value)
Gets or sets the image definition reactor reference.
|
void |
setImageDefReference(String value)
Gets or sets ImageDefReference value.
|
void |
setImageSizeU(double value)
Gets or sets image size U value.
|
void |
setImageSizeV(double value)
Gets or sets image size V value.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets insertion point value.
|
void |
setNumberOfClipBoundaryVertices(int value)
Gets or sets the number of clip boundary vertices.
|
void |
setUVector(Cad3DPoint value)
Gets or sets U vector.
|
void |
setVVector(Cad3DPoint value)
Gets or sets V vector.
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadRasterImage()
Initializes a new instance of the CadRasterImage
class.
public boolean getClipMode()
Gets or sets a value indicating whether [clip mode].
true
if [clip mode]; otherwise, false
.public void setClipMode(boolean value)
Gets or sets a value indicating whether [clip mode].
value
- true
if [clip mode]; otherwise, false
.public List<Cad2DPoint> getClipBoundaryVertexList()
Gets or sets the clip boundary vertex.
public void setClipBoundaryVertexList(List<Cad2DPoint> value)
Gets or sets the clip boundary vertex.
value
- The clip boundary vertex.public int getNumberOfClipBoundaryVertices()
Gets or sets the number of clip boundary vertices.
public void setNumberOfClipBoundaryVertices(int value)
Gets or sets the number of clip boundary vertices.
value
- The number of clip boundary vertices.public short getClippingBoundaryType()
Gets or sets the type of the clipping boundary.
public void setClippingBoundaryType(short value)
Gets or sets the type of the clipping boundary.
value
- The type of the clipping boundary.public int getClassVersion()
Gets or sets the class version.
public void setClassVersion(int value)
Gets or sets the class version.
value
- The class version.public short getImageBrightness()
Gets or sets brigthness value.
public void setImageBrightness(short value)
Gets or sets brigthness value.
public short getImageContrast()
Gets or sets contrast value.
public void setImageContrast(short value)
Gets or sets contrast value.
public short getFade()
Gets or sets fade value.
public void setFade(short value)
Gets or sets fade value.
public short getDisplayFlags()
Gets or sets display flags value.
public void setDisplayFlags(short value)
Gets or sets display flags value.
public short getClippingState()
Gets or sets clipping state value.
public void setClippingState(short value)
Gets or sets clipping state value.
public String getImageDefReactorReference()
Gets or sets the image definition reactor reference.
public void setImageDefReactorReference(String value)
Gets or sets the image definition reactor reference.
value
- The image definition reactor reference.public String getImageDefReference()
Gets or sets ImageDefReference value.
public void setImageDefReference(String value)
Gets or sets ImageDefReference value.
public Cad3DPoint getInsertionPoint()
Gets or sets insertion point value.
public void setInsertionPoint(Cad3DPoint value)
Gets or sets insertion point value.
public double getImageSizeU()
Gets or sets image size U value.
public void setImageSizeU(double value)
Gets or sets image size U value.
public double getImageSizeV()
Gets or sets image size V value.
public void setImageSizeV(double value)
Gets or sets image size V value.
public Cad3DPoint getUVector()
Gets or sets U vector.
public void setUVector(Cad3DPoint value)
Gets or sets U vector.
public Cad3DPoint getVVector()
Gets or sets V vector.
public void setVVector(Cad3DPoint value)
Gets or sets V vector.