Class PresentationOf
java.lang.Object
com.independentsoft.office.diagrams.PresentationOf
- All Implemented Interfaces:
IElement,ILayoutNodeElement
The Class PresentationOf.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()AxisType[]getAxis()Gets the axis.int[]getCount()Gets the count.boolean[]Gets the hide last transition.Gets the point type.int[]getStart()Gets the start.int[]getStep()Gets the step.voidSets the axis.voidsetCount(int[] count)Sets the count.voidsetHideLastTransition(boolean[] hideLastTransition)Sets the hide last transition.voidsetPointType(ElementType[] pointType)Sets the point type.voidsetStart(int[] start)Sets the start.voidsetStep(int[] step)Sets the step.toString()
-
Constructor Details
-
PresentationOf
public PresentationOf()Instantiates a new presentation of.
-
-
Method Details
-
clone
-
toString
-
getAxis
Gets the axis.- Returns:
- the axis
-
setAxis
Sets the axis.- Parameters:
axis- the new axis
-
getCount
public int[] getCount()Gets the count.- Returns:
- the count
-
setCount
public void setCount(int[] count)Sets the count.- Parameters:
count- the new count
-
getHideLastTransition
public boolean[] getHideLastTransition()Gets the hide last transition.- Returns:
- the hide last transition
-
setHideLastTransition
public void setHideLastTransition(boolean[] hideLastTransition)Sets the hide last transition.- Parameters:
hideLastTransition- the new hide last transition
-
getPointType
Gets the point type.- Returns:
- the point type
-
setPointType
Sets the point type.- Parameters:
pointType- the new point type
-
getStart
public int[] getStart()Gets the start.- Returns:
- the start
-
setStart
public void setStart(int[] start)Sets the start.- Parameters:
start- the new start
-
getStep
public int[] getStep()Gets the step.- Returns:
- the step
-
setStep
public void setStep(int[] step)Sets the step.- Parameters:
step- the new step
-