Class ForEachElement

java.lang.Object
com.independentsoft.office.diagrams.ForEachElement
All Implemented Interfaces:
IElement, ILayoutNodeElement

public class ForEachElement extends Object implements IElement, ILayoutNodeElement
The Class ForEachElement.
  • Constructor Details

    • ForEachElement

      public ForEachElement()
      Instantiates a new for each element.
  • Method Details

    • clone

      public ForEachElement clone()
      Specified by:
      clone in interface IElement
      Specified by:
      clone in interface ILayoutNodeElement
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getElements

      public List<IElement> getElements()
      Gets the elements.
      Returns:
      the elements
    • getAxis

      public AxisType[] getAxis()
      Gets the axis.
      Returns:
      the axis
    • setAxis

      public void setAxis(AxisType[] axis)
      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

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getPointType

      public ElementType[] getPointType()
      Gets the point type.
      Returns:
      the point type
    • setPointType

      public void setPointType(ElementType[] pointType)
      Sets the point type.
      Parameters:
      pointType - the new point type
    • getReference

      public String getReference()
      Gets the reference.
      Returns:
      the reference
    • setReference

      public void setReference(String reference)
      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