public class AxisBreak
extends java.lang.Object
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Constructor and Description |
---|
AxisBreak() |
AxisBreak(AxisBreaksTool owner) |
Modifier and Type | Method and Description |
---|---|
protected void |
Assign(AxisBreak t) |
boolean |
getEnabled() |
double |
getEndValue() |
double |
getStartValue() |
AxisBreakStyle |
getStyle() |
void |
setEnabled(boolean value) |
void |
setEndValue(double value) |
protected void |
SetOwner(AxisBreaksTool owner) |
void |
setStartValue(double value) |
void |
setStyle(AxisBreakStyle value) |
public AxisBreak()
public AxisBreak(AxisBreaksTool owner)
protected void SetOwner(AxisBreaksTool owner)
protected void Assign(AxisBreak t)
public double getEndValue()
public void setEndValue(double value)
public double getStartValue()
public void setStartValue(double value)
public boolean getEnabled()
public void setEnabled(boolean value)
public AxisBreakStyle getStyle()
public void setStyle(AxisBreakStyle value)