Class ShapeAdjust
java.lang.Object
com.independentsoft.office.diagrams.ShapeAdjust
The Class ShapeAdjust.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShapeAdjust
public ShapeAdjust()Instantiates a new shape adjust.
-
-
Method Details
-
clone
-
toString
-
getIndex
public long getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(long index)Sets the index.- Parameters:
index- the new index
-
getValue
public double getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(double val)Sets the value.- Parameters:
val- the new value
-