|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.approximatrix.charting.model.threedimensional.DotPlotDataModelConstraints
public class DotPlotDataModelConstraints
Constraints for use with dot plot models. Uses some dot-plot-specific methods to do its work.
| Field Summary | |
|---|---|
private AbstractDotPlotDataModel |
model
A dot plot data model |
| Constructor Summary | |
|---|---|
DotPlotDataModelConstraints(AbstractDotPlotDataModel model,
int axis)
Constructor that accepts a model and an axis. |
|
| Method Summary | |
|---|---|
double |
getMaximumColumnValue()
Deprecated. Deprecated as of version 1.3 |
java.lang.Number |
getMaximumValue()
Deprecated. Deprecated as of version 1.3 |
java.lang.Number |
getMaximumX()
Returns the largest X value. |
java.lang.Number |
getMaximumY()
Returns the largest Y value. |
double |
getMinimumColumnValue()
Deprecated. Deprecated as of version 1.3 |
java.lang.Number |
getMinimumValue()
Deprecated. Deprecated as of version 1.3 |
java.lang.Number |
getMinimumX()
Returns the smallest X value. |
java.lang.Number |
getMinimumY()
Returns the smallest Y value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private AbstractDotPlotDataModel model
| Constructor Detail |
|---|
public DotPlotDataModelConstraints(AbstractDotPlotDataModel model,
int axis)
model - a valid dot plot modelaxis - the y axis associated with this model - currently ignored| Method Detail |
|---|
public double getMaximumColumnValue()
getMaximumColumnValue in interface ChartDataModelConstraintspublic java.lang.Number getMaximumValue()
getMaximumValue in interface ChartDataModelConstraintspublic java.lang.Number getMaximumX()
getMaximumX in interface ChartDataModelConstraintspublic java.lang.Number getMaximumY()
getMaximumY in interface ChartDataModelConstraintspublic double getMinimumColumnValue()
getMinimumColumnValue in interface ChartDataModelConstraintspublic java.lang.Number getMinimumValue()
getMinimumValue in interface ChartDataModelConstraintspublic java.lang.Number getMinimumX()
getMinimumX in interface ChartDataModelConstraintspublic java.lang.Number getMinimumY()
getMinimumY in interface ChartDataModelConstraints
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||