Packages

 

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

Class DwfWhipTransform



  • public class DwfWhipTransform
    extends Object

    Represents transform of scene

    • Constructor Detail

      • DwfWhipTransform

        public DwfWhipTransform()

        Initializes a new instance of the DwfWhipTransform class

      • DwfWhipTransform

        public DwfWhipTransform(DwfWhipLogicalPoint translate,
                                double xScale,
                                double yScale,
                                long rotation)

        Initializes a new instance of the DwfWhipTransform class

        Parameters:
        translate - translate point
        xScale - x axis scale
        yScale - y axis scale
        rotation - rotation angle
    • Method Detail

      • getXScale

        public double getXScale()

        Gets or sets scale by x axis

      • setXScale

        public void setXScale(double value)

        Gets or sets scale by x axis

      • getYScale

        public double getYScale()

        Gets or sets scale by y axis

      • setYScale

        public void setYScale(double value)

        Gets or sets scale by y axis

      • getRotation

        public long getRotation()

        Gets or sets rotation angle

      • setRotation

        public void setRotation(long rotation)

        Sets rotation angle

        Parameters:
        rotation - rotation angle