com.aspose.slides
Class AdjustValue

java.lang.Object
  extended by 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
 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 long getRawValue()

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

Specified by:
getRawValue in interface IAdjustValue

setRawValue

public void setRawValue(long value)

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

Specified by:
setRawValue in interface IAdjustValue

getAngleValue

public float getAngleValue()

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

Specified by:
getAngleValue in interface IAdjustValue

setAngleValue

public 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 java.lang.String getName()

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

Specified by:
getName in interface IAdjustValue


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.