Packages

 

com.aspose.cad.fileformats.cad.cadobjects.wipeout

Class CadWipeoutBase

    • Constructor Detail

      • CadWipeoutBase

        public CadWipeoutBase()

        Initializes a new instance of the CadWipeoutBase class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public short getClippingBoundaryType()

        Gets or sets the type of the clipping boundary.

        Returns:
        The type of the clipping boundary.
      • setClippingBoundaryType

        public void setClippingBoundaryType(short value)

        Gets or sets the type of the clipping boundary.

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

        public short getWipeoutBrightness()

        Gets or sets the wipeout brightness.

        Returns:
        The wipeout brightness.
      • setWipeoutBrightness

        public void setWipeoutBrightness(short value)

        Gets or sets the wipeout brightness.

        Parameters:
        value - The wipeout brightness.
      • getClassVersion

        public int getClassVersion()

        Gets or sets the class version.

      • setClassVersion

        public void setClassVersion(int value)

        Gets or sets the class version.

      • getClipBoundaries

        public final List<Cad2DPoint> getClipBoundaries()

        Gets or sets the clip boundaries.

      • setClipBoundaries

        public final void setClipBoundaries(List<Cad2DPoint> value)

        Gets or sets the clip boundaries.

      • getClipBoundariesCount

        public int getClipBoundariesCount()

        Gets or sets the clip boundaries count.

      • setClipBoundariesCount

        public void setClipBoundariesCount(int value)

        Gets or sets the clip boundaries count.

      • getClippingState

        public short getClippingState()

        Gets or sets the clipping state.

      • setClippingState

        public void setClippingState(short value)

        Gets or sets the clipping state.

      • getWipeoutContrast

        public short getWipeoutContrast()

        Gets or sets the contrast.

      • setWipeoutContrast

        public void setWipeoutContrast(short value)

        Gets or sets the contrast.

      • getFade

        public short getFade()

        Gets or sets the fade.

      • setFade

        public void setFade(short value)

        Gets or sets the fade.

      • getImageDefReactorReference

        public String getImageDefReactorReference()

        Gets or sets the image def reactor reference.

      • setImageDefReactorReference

        public void setImageDefReactorReference(String value)

        Gets or sets the image def reactor reference.

      • getImageDefReference

        public String getImageDefReference()

        Gets or sets the image def reference.

      • setImageDefReference

        public void setImageDefReference(String value)

        Gets or sets the image def reference.

      • getImageDisplayProp

        public short getImageDisplayProp()

        Gets or sets the image display prop.

      • setImageDisplayProp

        public void setImageDisplayProp(short value)

        Gets or sets the image display prop.

      • getImageSizeInPixels

        public Cad2DPoint getImageSizeInPixels()

        Gets or sets the image size in pixels.

      • setImageSizeInPixels

        public void setImageSizeInPixels(Cad2DPoint value)

        Gets or sets the image size in pixels.

      • getInsertionPoint

        public Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getVectorU

        public Cad3DPoint getVectorU()

        Gets or sets the vector u.

      • setVectorU

        public void setVectorU(Cad3DPoint value)

        Gets or sets the vector u.

      • getVectorV

        public Cad3DPoint getVectorV()

        Gets or sets the vector v.

      • setVectorV

        public void setVectorV(Cad3DPoint value)

        Gets or sets the vector v.