Class PresentationOf

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

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

    • PresentationOf

      public PresentationOf()
      Instantiates a new presentation of.
  • Method Details

    • clone

      public PresentationOf 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
    • 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
    • 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
    • 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