Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadViewTableObject



  • public class CadViewTableObject
    extends CadBaseOwned

    viewPorts table class

    • Constructor Detail

      • CadViewTableObject

        public CadViewTableObject()

        Initializes a new instance of the CadViewTableObject class.

    • Method Detail

      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getFlag

        public final short getFlag()

        Gets or sets the flag.

        Returns:
        The flag.
      • setFlag

        public final void setFlag(short value)

        Gets or sets the flag.

        Parameters:
        value - The flag.
      • getViewHeight

        public final double getViewHeight()

        Gets or sets the height of the view.

        Returns:
        The height of the view.
      • setViewHeight

        public final void setViewHeight(double value)

        Gets or sets the height of the view.

        Parameters:
        value - The height of the view.
      • getCenterPoint

        public final Cad2DPoint getCenterPoint()

        Gets or sets the center point.

        Returns:
        The center point.
      • setCenterPoint

        public final void setCenterPoint(Cad2DPoint value)

        Gets or sets the center point.

        Parameters:
        value - The center point.
      • getViewWidth

        public final double getViewWidth()

        Gets or sets the width of the view.

        Returns:
        The width of the view.
      • setViewWidth

        public final void setViewWidth(double value)

        Gets or sets the width of the view.

        Parameters:
        value - The width of the view.
      • getViewDirection

        public final Cad3DPoint getViewDirection()

        Gets or sets the view direction.

        Returns:
        The view direction.
      • setViewDirection

        public final void setViewDirection(Cad3DPoint value)

        Gets or sets the view direction.

        Parameters:
        value - The view direction.
      • getTargetPoint

        public final Cad3DPoint getTargetPoint()

        Gets or sets the target point.

        Returns:
        The target point.
      • setTargetPoint

        public final void setTargetPoint(Cad3DPoint value)

        Gets or sets the target point.

        Parameters:
        value - The target point.
      • getLensLength

        public final double getLensLength()

        Gets or sets the length of the lens.

        Returns:
        The length of the lens.
      • setLensLength

        public final void setLensLength(double value)

        Gets or sets the length of the lens.

        Parameters:
        value - The length of the lens.
      • getFrontClipping

        public final double getFrontClipping()

        Gets or sets the front clipping.

        Returns:
        The front clipping.
      • setFrontClipping

        public final void setFrontClipping(double value)

        Gets or sets the front clipping.

        Parameters:
        value - The front clipping.
      • getBackClipping

        public final double getBackClipping()

        Gets or sets the back clipping.

        Returns:
        The back clipping.
      • setBackClipping

        public final void setBackClipping(double value)

        Gets or sets the back clipping.

        Parameters:
        value - The back clipping.
      • getTwistAngle

        public final double getTwistAngle()

        Gets or sets the twist angle.

        Returns:
        The twist angle.
      • setTwistAngle

        public final void setTwistAngle(double value)

        Gets or sets the twist angle.

        Parameters:
        value - The twist angle.
      • getViewMode

        public final short getViewMode()

        Gets or sets the view mode.

        Returns:
        The view mode.
      • setViewMode

        public final void setViewMode(short value)

        Gets or sets the view mode.

        Parameters:
        value - The view mode.
      • getAssociatedUcs

        public final short getAssociatedUcs()

        Gets or sets the associated ucs.

        Returns:
        The associated ucs.
      • setAssociatedUcs

        public final void setAssociatedUcs(short value)

        Gets or sets the associated ucs.

        Parameters:
        value - The associated ucs.
      • getCameraPlottable

        public final short getCameraPlottable()

        Gets or sets the camera plottable.

        Returns:
        The camera plottable.
      • setCameraPlottable

        public final void setCameraPlottable(short value)

        Gets or sets the camera plottable.

        Parameters:
        value - The camera plottable.
      • getRenderMode

        public final short getRenderMode()

        Gets or sets the render mode.

        Returns:
        The render mode.
      • setRenderMode

        public final void setRenderMode(short value)

        Gets or sets the render mode.

        Parameters:
        value - The render mode.
      • getBackgroundHandle

        public final String getBackgroundHandle()

        Gets or sets the background handle.

        Returns:
        The background handle.
      • setBackgroundHandle

        public final void setBackgroundHandle(String value)

        Gets or sets the background handle.

        Parameters:
        value - The background handle.
      • getLiveSectionHandle

        public final String getLiveSectionHandle()

        Gets or sets the live section handle.

        Returns:
        The live section handle.
      • setLiveSectionHandle

        public final void setLiveSectionHandle(String value)

        Gets or sets the live section handle.

        Parameters:
        value - The live section handle.
      • getVisualStyleHandle

        public final String getVisualStyleHandle()

        Gets or sets the visual style handle.

        Returns:
        The visual style handle.
      • setVisualStyleHandle

        public final void setVisualStyleHandle(String value)

        Gets or sets the visual style handle.

        Parameters:
        value - The visual style handle.
      • getSunHardOwnership

        public final String getSunHardOwnership()

        Gets or sets the sun hard ownership.

        Returns:
        The sun hard ownership.
      • setSunHardOwnership

        public final void setSunHardOwnership(String value)

        Gets or sets the sun hard ownership.

        Parameters:
        value - The sun hard ownership.
      • getUcsOrigin

        public final Cad3DPoint getUcsOrigin()

        Gets or sets the ucs origin.

        Returns:
        The ucs origin.
      • setUcsOrigin

        public final void setUcsOrigin(Cad3DPoint value)

        Gets or sets the ucs origin.

        Parameters:
        value - The ucs origin.
      • getUcsXaxis

        public final Cad3DPoint getUcsXaxis()

        Gets or sets the ucs xaxis.

        Returns:
        The ucs xaxis.
      • setUcsXaxis

        public final void setUcsXaxis(Cad3DPoint value)

        Gets or sets the ucs xaxis.

        Parameters:
        value - The ucs xaxis.
      • getUcsYaxis

        public final Cad3DPoint getUcsYaxis()

        Gets or sets the ucs yaxis.

        Returns:
        The ucs yaxis.
      • setUcsYaxis

        public final void setUcsYaxis(Cad3DPoint value)

        Gets or sets the ucs yaxis.

        Parameters:
        value - The ucs yaxis.
      • getUcsType

        public final Short getUcsType()

        Gets or sets the type of the ucs.

        Returns:
        The type of the ucs.
      • setUcsType

        public final void setUcsType(Short value)

        Gets or sets the type of the ucs.

        Parameters:
        value - The type of the ucs.
      • getElevation

        public final Double getElevation()

        Gets or sets the elevation.

        Returns:
        The elevation.
      • setElevation

        public final void setElevation(Double value)

        Gets or sets the elevation.

        Parameters:
        value - The elevation.
      • getUcsHandle

        public final String getUcsHandle()

        Gets or sets the ucs handle.

        Returns:
        The ucs handle.
      • setUcsHandle

        public final void setUcsHandle(String value)

        Gets or sets the ucs handle.

        Parameters:
        value - The ucs handle.
      • getUcsBaseHandle

        public final String getUcsBaseHandle()

        Gets or sets the ucs base handle.

        Returns:
        The ucs base handle.
      • setUcsBaseHandle

        public final void setUcsBaseHandle(String value)

        Gets or sets the ucs base handle.

        Parameters:
        value - The ucs base handle.