|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceLineModel | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
com.sas.graphics.components.barchart | Bar Chart component and its related models. |
com.sas.graphics.components.barlinechart | BarLine Chart component and its related models. |
com.sas.graphics.components.ganttchart | Gantt Chart component and its related models. |
com.sas.graphics.components.linechart | Line Chart component and its related models. |
com.sas.graphics.components.waterfallchart | Waterfall Chart component and its related models. |
Uses of ReferenceLineModel in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
ReferenceBandModel.getBeginReferenceLineModel()
Returns the begin ReferenceLineModel for this band. |
ReferenceLineModel |
ReferenceBandModel.getEndReferenceLineModel()
Returns the End ReferenceLineModel for this band. |
ReferenceLineModel[] |
AxisModel.getReferenceLineModels()
Return the properties for the reference lines. |
static ReferenceLineModel[] |
ReferenceLineModel.rangeToArray(double minPosition,
double maxPosition,
int interval)
Convience method to return an array of reference line models containing reference lines positioned starting from minPosition and ending on or before maxPosition incremented by the amount specified in the interval parameter. |
static ReferenceLineModel[] |
ReferenceLineModel.rangeToArrayByDate(double minPosition,
double maxPosition,
int timeInterval,
int multiplier)
Convience method to return an array of reference line models containing reference lines positioned starting from minPosition and ending on or before maxPosition incremented by the amount specified in the timeInterval parameter multiplied by the multiplier parameter. |
static ReferenceLineModel[] |
ReferenceLineModel.rangeToArrayByTime(double minPosition,
double maxPosition,
int timeInterval,
int multiplier)
Convience method to return an array of reference line models containing reference lines positioned starting from minPosition and ending on or before maxPosition incremented by the amount specified in the timeInterval parameter multiplied by the multiplier parameter. |
Methods in com.sas.graphics.components with parameters of type ReferenceLineModel | |
---|---|
void |
ReferenceLineModel.apply(ReferenceLineModel theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
ReferenceBandModel.setBeginReferenceLineModel(ReferenceLineModel newBegin)
Sets the begin ReferenceLineModel for this band. |
void |
ReferenceBandModel.setEndReferenceLineModel(ReferenceLineModel newEnd)
chart's ReferenceLineModel axis. |
void |
AxisModel.setReferenceLineModels(ReferenceLineModel[] newReferenceLineModels)
Set the reference line definitions. |
Constructors in com.sas.graphics.components with parameters of type ReferenceLineModel | |
---|---|
ReferenceBandModel(FillStyle newFillStyle,
ReferenceLineModel newBegin,
ReferenceLineModel newEnd)
Constructor with a defined FillStyle and begin/end ReferenceLineModels. |
Uses of ReferenceLineModel in com.sas.graphics.components.barchart |
---|
Methods in com.sas.graphics.components.barchart that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
BarChartModel.getResponse2AxisBaselineModel()
Returns the position and display attributes of the response2Varaible bar's baseline to control where the base of the bar originates from. |
ReferenceLineModel |
BarChartModel.getResponseAxisBaselineModel()
Returns the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
Methods in com.sas.graphics.components.barchart with parameters of type ReferenceLineModel | |
---|---|
void |
BarChartModel.setResponse2AxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the response2Varaible bar's baseline to control where the base of the bar originates from. |
void |
BarChartModel.setResponseAxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
Uses of ReferenceLineModel in com.sas.graphics.components.barlinechart |
---|
Methods in com.sas.graphics.components.barlinechart that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
BarLineChartModel.getResponse2AxisBaselineModel()
Returns the position and display attributes of the response2Variable bar's baseline to control where the base of the bar originates from. |
ReferenceLineModel |
BarLineChartModel.getResponseAxisBaselineModel()
Returns the position and display attributes of the responseVariable bar's baseline to control where the base of the bar originates from. |
Methods in com.sas.graphics.components.barlinechart with parameters of type ReferenceLineModel | |
---|---|
void |
BarLineChartModel.setResponse2AxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the response2Variable bar's baseline to control where the base of the bar originates from. |
void |
BarLineChartModel.setResponseAxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the responseVariable bar's baseline to control where the base of the bar originates from. |
Uses of ReferenceLineModel in com.sas.graphics.components.ganttchart |
---|
Methods in com.sas.graphics.components.ganttchart that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
GanttChartModel.getTimeNowReferenceLineModel()
|
Methods in com.sas.graphics.components.ganttchart with parameters of type ReferenceLineModel | |
---|---|
void |
GanttChartModel.setTimeNowReferenceLineModel(ReferenceLineModel newModel)
The timenow line specification. |
Uses of ReferenceLineModel in com.sas.graphics.components.linechart |
---|
Methods in com.sas.graphics.components.linechart that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
LineChartModel.getResponse2AxisBaselineModel()
Returns the position and display attributes of the response2Varaible bar's baseline to control where the base of the bar originates from. |
ReferenceLineModel |
LineChartModel.getResponseAxisBaselineModel()
Returns the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
Methods in com.sas.graphics.components.linechart with parameters of type ReferenceLineModel | |
---|---|
void |
LineChartModel.setResponse2AxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the response2Varaible bar's baseline to control where the base of the bar originates from. |
void |
LineChartModel.setResponseAxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
Uses of ReferenceLineModel in com.sas.graphics.components.waterfallchart |
---|
Methods in com.sas.graphics.components.waterfallchart that return ReferenceLineModel | |
---|---|
ReferenceLineModel |
WaterfallChartModel.getResponseAxisBaselineModel()
Returns the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
Methods in com.sas.graphics.components.waterfallchart with parameters of type ReferenceLineModel | |
---|---|
void |
WaterfallChartModel.setResponseAxisBaselineModel(ReferenceLineModel newBaselineModel)
Set the position and display attributes of the responseVaraible bar's baseline to control where the base of the bar originates from. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |