com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AdjustValue

  • java.lang.Object
    • com.aspose.slides.AdjustValue
  • All Implemented Interfaces:
    IAdjustValue


    public class AdjustValue
    extends java.lang.Object
    implements IAdjustValue

    Represents a geometry shape's adjustment value. These values affect shape's form.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getAngleValue()
      Returns or sets value, interpreting it as angle in degrees.
      java.lang.String getName()
      Returns a name of this adjustment value.
      long getRawValue()
      Returns or sets ajustment value "as is".
      void setAngleValue(float value)
      Returns or sets value, interpreting it as angle in degrees.
      void setRawValue(long value)
      Returns or sets ajustment value "as is".
      • Methods inherited from class java.lang.Object

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

      • getRawValue

        public final long getRawValue()

        Returns or sets ajustment value "as is". Read/write long.

        Specified by:
        getRawValue in interface IAdjustValue
      • setRawValue

        public final void setRawValue(long value)

        Returns or sets ajustment value "as is". Read/write long.

        Specified by:
        setRawValue in interface IAdjustValue
      • getAngleValue

        public final float getAngleValue()

        Returns or sets value, interpreting it as angle in degrees. Read/write float.

        Specified by:
        getAngleValue in interface IAdjustValue
      • setAngleValue

        public final void setAngleValue(float value)

        Returns or sets value, interpreting it as angle in degrees. Read/write float.

        Specified by:
        setAngleValue in interface IAdjustValue
      • getName

        public final java.lang.String getName()

        Returns a name of this adjustment value. Read-only String.

        Specified by:
        getName in interface IAdjustValue