Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadRasterImage

    • Constructor Detail

      • CadRasterImage

        public CadRasterImage(CadRasterImageDef imageDef,
                              Cad3DPoint insertionPoint,
                              Cad3DPoint uVector,
                              Cad3DPoint vVector)

        Initializes a new instance of the CadRasterImage class.

        Parameters:
        imageDef - Image def.
        insertionPoint - Insertion point.
        uVector - U-vector.
        vVector - V-vector.
        Throws:
        com.aspose.ms.System.ArgumentNullException - Thrown when one of arguments is null
        com.aspose.ms.System.ArgumentException - Thrown when CadRasterImageDef.ObjectHandle is null or empty
    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getClipMode

        public final boolean getClipMode()

        Gets or sets a value indicating whether [clip mode].

        Returns:
        true if [clip mode]; otherwise, false.
      • setClipMode

        public final void setClipMode(boolean value)

        Gets or sets a value indicating whether [clip mode].

        Parameters:
        value - true if [clip mode]; otherwise, false.
      • getClipBoundaryVertexList

        public final List<Cad2DPoint> getClipBoundaryVertexList()

        Gets or sets the clip boundary vertex.

        Returns:
        The clip boundary vertex.
      • setClipBoundaryVertexList

        public final void setClipBoundaryVertexList(List<Cad2DPoint> value)

        Gets or sets the clip boundary vertex.

        Parameters:
        value - The clip boundary vertex.
      • getNumberOfClipBoundaryVertices

        public final int getNumberOfClipBoundaryVertices()

        Gets or sets the number of clip boundary vertices.

        Returns:
        The number of clip boundary vertices.
      • setNumberOfClipBoundaryVertices

        public final void setNumberOfClipBoundaryVertices(int value)

        Gets or sets the number of clip boundary vertices.

        Parameters:
        value - The number of clip boundary vertices.
      • getClippingBoundaryType

        public final short getClippingBoundaryType()

        Gets or sets the type of the clipping boundary.

        Returns:
        The type of the clipping boundary.
      • setClippingBoundaryType

        public final void setClippingBoundaryType(short value)

        Gets or sets the type of the clipping boundary.

        Parameters:
        value - The type of the clipping boundary.
      • getClassVersion

        public final Integer getClassVersion()

        Gets or sets the class version.

        Returns:
        The class version.
      • setClassVersion

        public final void setClassVersion(Integer value)

        Gets or sets the class version.

        Parameters:
        value - The class version.
      • getImageBrightness

        public final short getImageBrightness()

        Gets or sets brigthness value.

      • setImageBrightness

        public final void setImageBrightness(short value)

        Gets or sets brigthness value.

      • getImageContrast

        public final short getImageContrast()

        Gets or sets contrast value.

      • setImageContrast

        public final void setImageContrast(short value)

        Gets or sets contrast value.

      • getFade

        public final short getFade()

        Gets or sets fade value.

      • setFade

        public final void setFade(short value)

        Gets or sets fade value.

      • getDisplayFlags

        public final short getDisplayFlags()

        Gets or sets display flags value.

      • setDisplayFlags

        public final void setDisplayFlags(short value)

        Gets or sets display flags value.

      • getClippingState

        public final short getClippingState()

        Gets or sets clipping state value.

      • setClippingState

        public final void setClippingState(short value)

        Gets or sets clipping state value.

      • getImageDefReactorReference

        public final String getImageDefReactorReference()

        Gets or sets the image definition reactor reference.

        Returns:
        The image definition reactor reference.
      • setImageDefReactorReference

        public final void setImageDefReactorReference(String value)

        Gets or sets the image definition reactor reference.

        Parameters:
        value - The image definition reactor reference.
      • getImageDefReference

        public final String getImageDefReference()

        Gets or sets ImageDefReference value.

      • setImageDefReference

        public final void setImageDefReference(String value)

        Gets or sets ImageDefReference value.

      • getInsertionPoint

        public final Cad3DPoint getInsertionPoint()

        Gets or sets insertion point value.

      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets insertion point value.

      • getImageSizeU

        public final double getImageSizeU()

        Gets or sets image size U value.

      • setImageSizeU

        public final void setImageSizeU(double value)

        Gets or sets image size U value.

      • getImageSizeV

        public final double getImageSizeV()

        Gets or sets image size V value.

      • setImageSizeV

        public final void setImageSizeV(double value)

        Gets or sets image size V value.

      • getUVector

        public final Cad3DPoint getUVector()

        Gets or sets U vector.

      • setUVector

        public final void setUVector(Cad3DPoint value)

        Gets or sets U vector.

      • getVVector

        public final Cad3DPoint getVVector()

        Gets or sets V vector.

      • setVVector

        public final void setVVector(Cad3DPoint value)

        Gets or sets V vector.