|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.chart.client.chart.axis.NumericAxis.Step
public class NumericAxis.Step
Class that represents a tick mark step in CartesianAxis.
| Constructor Summary | |
|---|---|
NumericAxis.Step()
Creates a tick step. |
|
NumericAxis.Step(double value,
double weight)
Creates a tick step with given value and weight. |
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the value of the step. |
double |
getWeight()
Returns the weight of the step. |
void |
setValue(double value)
Sets the value of the step. |
void |
setWeight(double weight)
Sets the weight of the step. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumericAxis.Step()
public NumericAxis.Step(double value,
double weight)
value - the value of the stepweight - the weight of the step| Method Detail |
|---|
public double getValue()
public double getWeight()
public void setValue(double value)
value - the value of the steppublic void setWeight(double weight)
weight - the weight of the step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||