com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ColorOffset

  • java.lang.Object
    • com.aspose.slides.ColorOffset
  • All Implemented Interfaces:
    IColorOffset


    public class ColorOffset
    extends java.lang.Object
    implements IColorOffset

    Represent color offset.

    • Constructor Summary

      Constructors 
      Constructor and Description
      ColorOffset() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getValue0()
      Defines first value of offset.
      float getValue1()
      Defines second value of offset.
      float getValue2()
      Defines third value of offset.
      void setValue0(float value)
      Defines first value of offset.
      void setValue1(float value)
      Defines second value of offset.
      void setValue2(float value)
      Defines third value of offset.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorOffset

        public ColorOffset()
    • Method Detail

      • getValue0

        public final float getValue0()

        Defines first value of offset. Read/write float.

        Specified by:
        getValue0 in interface IColorOffset
      • setValue0

        public final void setValue0(float value)

        Defines first value of offset. Read/write float.

        Specified by:
        setValue0 in interface IColorOffset
      • getValue1

        public final float getValue1()

        Defines second value of offset. Read/write float.

        Specified by:
        getValue1 in interface IColorOffset
      • setValue1

        public final void setValue1(float value)

        Defines second value of offset. Read/write float.

        Specified by:
        setValue1 in interface IColorOffset
      • getValue2

        public final float getValue2()

        Defines third value of offset. Read/write float.

        Specified by:
        getValue2 in interface IColorOffset
      • setValue2

        public final void setValue2(float value)

        Defines third value of offset. Read/write float.

        Specified by:
        setValue2 in interface IColorOffset