Class IfElement
java.lang.Object
com.independentsoft.office.diagrams.IfElement
The Class IfElement.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the argument.AxisType[]getAxis()Gets the axis.int[]getCount()Gets the count.Gets the elements.Gets the function.Gets the function operator.boolean[]Gets the hide last transition.getName()Gets the name.Gets the point type.int[]getStart()Gets the start.int[]getStep()Gets the step.getValue()Gets the value.voidsetArgument(VariableType argument)Sets the argument.voidSets the axis.voidsetCount(int[] count)Sets the count.voidsetFunction(FunctionType function)Sets the function.voidsetFunctionOperator(FunctionOperator functionOperator)Sets the function operator.voidsetHideLastTransition(boolean[] hideLastTransition)Sets the hide last transition.voidSets the name.voidsetPointType(ElementType[] pointType)Sets the point type.voidsetStart(int[] start)Sets the start.voidsetStep(int[] step)Sets the step.voidSets the value.toString()
-
Constructor Details
-
IfElement
public IfElement()Instantiates a new if element.
-
-
Method Details
-
clone
-
toString
-
getElements
Gets the elements.- Returns:
- the elements
-
getArgument
Gets the argument.- Returns:
- the argument
-
setArgument
Sets the argument.- Parameters:
argument- the new argument
-
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
-
getFunction
Gets the function.- Returns:
- the function
-
setFunction
Sets the function.- Parameters:
function- the new function
-
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
-
getFunctionOperator
Gets the function operator.- Returns:
- the function operator
-
setFunctionOperator
Sets the function operator.- Parameters:
functionOperator- the new function operator
-
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
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
val- the new value
-