Class ForEachElement
java.lang.Object
com.independentsoft.office.diagrams.ForEachElement
- All Implemented Interfaces:
IElement,ILayoutNodeElement
The Class ForEachElement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()AxisType[]getAxis()Gets the axis.int[]getCount()Gets the count.Gets the elements.boolean[]Gets the hide last transition.getName()Gets the name.Gets the point type.Gets the reference.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.voidSets the name.voidsetPointType(ElementType[] pointType)Sets the point type.voidsetReference(String reference)Sets the reference.voidsetStart(int[] start)Sets the start.voidsetStep(int[] step)Sets the step.toString()
-
Constructor Details
-
ForEachElement
public ForEachElement()Instantiates a new for each element.
-
-
Method Details
-
clone
-
toString
-
getElements
Gets the elements.- Returns:
- the elements
-
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
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getPointType
Gets the point type.- Returns:
- the point type
-
setPointType
Sets the point type.- Parameters:
pointType- the new point type
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
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
-