public class XAxisRenderer extends AxisRenderer
Component
that renders horizontal Axis
ranges.Constructor and Description |
---|
XAxisRenderer(Axis axis)
Initializes a new instance of the
XAxisRenderer class. |
Modifier and Type | Method and Description |
---|---|
void |
draw(RenderContext context)
Component.draw override.
|
boolean |
getPlotBottomSide()
Gets whether this XAxisRenderer is shown at the bottom side of a plot.
|
void |
measure(double maxWidth,
double maxHeight,
RenderContext context)
Component.measure override.
|
void |
setPlotBottomSide(boolean value)
Sets whether this XAxisRenderer is shown at the bottom side of a plot.
|
getAxis, getAxisStroke, getAxisStrokeDashStyle, getAxisStrokeThickness, getLabelAlignment, getLabelBrush, getLabelFontName, getLabelFontSize, getLabelFontStyle, getLabelPadding, getLabelRotationAngle, getLabelsSource, getPinLabels, getShowCoordinates, getShowSeriesLabels, getShowTicks, getTitleBrush, getTitleFontName, getTitleFontSize, getTitleFontStyle, setAxis, setAxisStroke, setAxisStrokeDashStyle, setAxisStrokeThickness, setLabelAlignment, setLabelBrush, setLabelFontName, setLabelFontSize, setLabelFontStyle, setLabelPadding, setLabelRotationAngle, setLabelsSource, setPinLabels, setShowCoordinates, setShowSeriesLabels, setShowTicks, setTitleBrush, setTitleFontName, setTitleFontSize, setTitleFontStyle
add, arrange, associateJComponent, createController, dissociateJComponent, effectiveMeasuredHeight, effectiveMeasuredWidth, getActualHeight, getActualWidth, getDesiredHeight, getDesiredWidth, getGridColumn, getGridRow, getHeight, getHitTestVisibility, getHorizontalAlignment, getMargin, getParent, getRectInParent, getToolTip, getVerticalAlignment, getVisibility, getWidth, getXInParent, getYInParent, hitTest, invalidate, invalidate, invalidate, invalidateLayout, invalidateLayout, localToRoot, rootToLocal, setActualHeight, setActualWidth, setDesiredHeight, setDesiredWidth, setGridColumn, setGridRow, setHeight, setHitTestVisibility, setHorizontalAlignment, setMargin, setParent, setToolTip, setVerticalAlignment, setVisibility, setWidth, setXInParent, setYInParent, visit
public XAxisRenderer(Axis axis)
XAxisRenderer
class.axis
- The Axis
that will be drawn by this object.public void measure(double maxWidth, double maxHeight, RenderContext context)
measure
in class com.mindfusion.charting.components.Component
maxWidth
- The maximum width provided by parent component.maxHeight
- The maximum height provided by parent component.context
- A RenderContext instance.public void draw(RenderContext context)
draw
in class com.mindfusion.charting.components.Component
context
- A RenderContext instance.public boolean getPlotBottomSide()
public void setPlotBottomSide(boolean value)