|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.chart.core.area.StiAreaCoreXF
com.stimulsoft.report.chart.core.area.StiAxisAreaCoreXF
public abstract class StiAxisAreaCoreXF
Field Summary | |
---|---|
int |
ValuesCount
Count of value elements. |
Constructor Summary | |
---|---|
StiAxisAreaCoreXF(IStiArea area)
|
Method Summary | |
---|---|
void |
applyStyle(IStiChartStyle style)
Applying specified style to this area. |
void |
CalculateMinimumAndMaximumXAxis(IStiAxis axis)
Calculate minimum and maximum values of XAxis. |
void |
CalculateMinimumAndMaximumYAxis(IStiAxis axis)
Calculate minimum and maximum values of YAxis. |
void |
CalculatePositions(IStiAxis axis,
StiRefObject<java.util.ArrayList<StiStripPositionXF>> collection,
int step)
Fill specified collection with values from axis.Info.StripPositions and with taken in consideration step argument. |
java.lang.String |
GetArgumentLabel(StiStripLineXF line,
IStiSeries series)
|
boolean |
getBlockScrollValueX()
|
boolean |
getBlockScrollValueY()
|
double |
GetDividerRightY()
Returns position on right y of zero line for y axis. |
double |
GetDividerX()
Returns position on x of zero line for x axis. |
double |
GetDividerY()
Returns position on y of zero line for y axis. |
double |
getScrollDistanceX()
Gets scrollable area distance from left side of view area for Axis X. |
double |
getScrollDistanceY()
Gets scrollable area distance from left side of view area for Axis Y. |
double |
getScrollDpiX()
Gets scrollable dpi factor for Axis X. |
double |
getScrollDpiY()
Gets scrollable dpi factor for Axis Y. |
double |
getScrollDragStartValue()
|
double |
getScrollRangeX()
Gets size of scrollable area for Axis X. |
double |
getScrollRangeY()
Gets size of scrollable area for Axis Y. |
double |
getScrollValueX()
Gets or sets left position of view area in scrollable area for Axis X. |
double |
getScrollValueY()
Gets or sets left position of view area in scrollable area for Axis Y. |
double |
getScrollViewX()
Gets view area size in scrollable area for Axis X. |
double |
getScrollViewY()
Gets view area size in scrollable area for Axis Y. |
boolean |
IsAutoRangeXAxis(IStiAxis axis)
Returns true if specified axis need to be used in auto range mode. |
boolean |
IsAutoRangeYAxis(IStiAxis axis)
Returns true if specified axis need to be used in auto range mode. |
StiCellGeom |
Render(StiContext context,
StiRectangle rect)
|
void |
setBlockScrollValueX(boolean value)
|
void |
setBlockScrollValueY(boolean value)
|
void |
setScrollDragStartValue(double value)
|
void |
setScrollValueX(double value)
|
void |
setScrollValueY(double value)
|
void |
SwitchOff()
Internal use only. |
Methods inherited from class com.stimulsoft.report.chart.core.area.StiAreaCoreXF |
---|
CheckInLabelsTypes, clone, getArea, getLocalizedName, getPosition, GetSeries, getSeriesOrientation, IsAcceptableSeries, IsAcceptableSeriesLabels, setArea |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int ValuesCount
Constructor Detail |
---|
public StiAxisAreaCoreXF(IStiArea area)
Method Detail |
---|
public void applyStyle(IStiChartStyle style)
applyStyle
in interface IStiApplyStyle
applyStyle
in class StiAreaCoreXF
style
- public StiCellGeom Render(StiContext context, StiRectangle rect)
Render
in class StiAreaCoreXF
public final boolean IsAutoRangeXAxis(IStiAxis axis)
public final boolean IsAutoRangeYAxis(IStiAxis axis)
public final void CalculateMinimumAndMaximumXAxis(IStiAxis axis)
public final void CalculateMinimumAndMaximumYAxis(IStiAxis axis)
public final java.lang.String GetArgumentLabel(StiStripLineXF line, IStiSeries series)
public final void SwitchOff()
public final void CalculatePositions(IStiAxis axis, StiRefObject<java.util.ArrayList<StiStripPositionXF>> collection, int step)
public final double GetDividerX()
public final double GetDividerY()
public final double GetDividerRightY()
public final double getScrollDistanceX()
public final double getScrollDistanceY()
public final double getScrollRangeX()
public final double getScrollRangeY()
public final double getScrollViewX()
public final double getScrollViewY()
public final boolean getBlockScrollValueX()
public final void setBlockScrollValueX(boolean value)
public final boolean getBlockScrollValueY()
public final void setBlockScrollValueY(boolean value)
public final double getScrollValueX()
public final void setScrollValueX(double value)
public final double getScrollValueY()
public final void setScrollValueY(double value)
public final double getScrollDpiX()
public final double getScrollDpiY()
public final double getScrollDragStartValue()
public final void setScrollDragStartValue(double value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |