Packages

 

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

Class DwfWhipContourSet



  • public class DwfWhipContourSet
    extends DwfWhipDrawable

    Represents Whip contour set object

    • Constructor Detail

      • DwfWhipContourSet

        public DwfWhipContourSet()

        Initializes a new instance of the DwfWhipContourSet class

      • DwfWhipContourSet

        public DwfWhipContourSet(DwfWhipLogicalPoint[] points)

        Initializes a new instance of the DwfWhipContourSet class

        Parameters:
        points - points of the set
    • Method Detail

      • getPoints

        public com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> getPoints()

        Gets points

      • getIncarnation

        public long getIncarnation()

        Gets or sets rendition incarnation

      • getContourNumber

        public int getContourNumber()

        Gets or sets the number of contours in the set (size of counts_list.)

      • isTransformed

        public boolean isTransformed()

        Gets or sets transformation value. True if the points have been transformed

      • isRelativized

        public boolean isRelativized()

        Gets of sets Relativized value. True if the points have been relativized.

      • getStageItemCounter

        public int getStageItemCounter()

        Gets or sets stage item counter

      • transform

        public void transform(DwfWhipTransform transform)

        Transforms object

        Parameters:
        transform - transform matrix