Packages

 

com.aspose.cad.fileformats.dwf.whip.objects

Class DwfWhipViewPort



  • public class DwfWhipViewPort
    extends DwfWhipDrawable

    Represents view port

    • Constructor Detail

      • DwfWhipViewPort

        public DwfWhipViewPort()

        Initializes a new instance of the DwfWhipViewPort class

      • DwfWhipViewPort

        public DwfWhipViewPort(DwfWhipLogicalPoint[] points)

        Initializes a new instance of the DwfWhipViewPort class

        Parameters:
        points - points of contour
    • Method Detail

      • getName

        public DwfString getName()

        Gets name of vieport

      • getIncarnation

        public int getIncarnation()

        Gets Incarnation

      • getMinPoint

        public Cad3DPoint getMinPoint()

        Gets the min point of object.

        Value: Min point of object.
        Specified by:
        getMinPoint in class DwfWhipDrawable
        Returns:
        Min point of object.
      • getMaxPoint

        public Cad3DPoint getMaxPoint()

        Gets the max point of object.

        Value: Max point of object.
        Specified by:
        getMaxPoint in class DwfWhipDrawable
        Returns:
        Max point of object.
      • isVisible

        public boolean isVisible()
        Description copied from class: DwfWhipDrawable

        Gets or sets a value indicating whether object is visible.

        Overrides:
        isVisible in class DwfWhipDrawable
      • setVisible

        public void setVisible(boolean value)
        Description copied from class: DwfWhipDrawable

        Gets or sets a value indicating whether object is visible.

        Overrides:
        setVisible in class DwfWhipDrawable