Packages

 

com.aspose.imaging.fileformats.cdr.types

Class CdrGradientStop



  • public class CdrGradientStop
    extends Object

    The cdr gradient stop

    • Constructor Detail

      • CdrGradientStop

        public CdrGradientStop()
    • Method Detail

      • getColor

        public final CdrColor getColor()

        Gets the color.

        Returns:
        the color.
      • setColor

        public final void setColor(CdrColor value)

        Sets the color.

        Parameters:
        value - the color.
      • getOffset

        public final double getOffset()

        Gets the offset.

        Returns:
        the offset.
      • setOffset

        public final void setOffset(double value)

        Sets the offset.

        Parameters:
        value - the offset.