RMTypes.Align, RMTypes.AlignX, RMTypes.AlignY
Constructor and Description |
---|
RMGraphPartValueAxis() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fromXML(XMLArchiver anArchiver,
XMLElement anElement)
XML unarchival.
|
int |
getAxisCount()
Returns the number of increments in the axis.
|
float |
getAxisMax()
Returns the axis maximum.
|
float |
getAxisMin()
Returns the axis minimum.
|
RMFont |
getFont()
Return current font.
|
RMFormat |
getFormat()
Returns the format for the shape.
|
boolean |
getShowAxisLabels()
Returns whether the graph draws axis labels.
|
boolean |
getShowMajorGrid()
Returns whether the graph draws the major axis.
|
boolean |
getShowMinorGrid()
Returns whether the graph draws the minor axis.
|
boolean |
isFontSet()
Returns whether font has been set.
|
void |
setAxisCount(int aValue)
Sets the number of increments in the axis.
|
void |
setAxisMax(float aValue)
Sets the axis maximum.
|
void |
setAxisMin(float aValue)
Sets the axis minimum.
|
void |
setFont(RMFont aFont)
Set current font.
|
void |
setFormat(RMFormat aFormat)
Sets the format for the shape.
|
void |
setShowAxisLabels(boolean aFlag)
Sets whether the graph draws axis labels.
|
void |
setShowMajorGrid(boolean aFlag)
Sets whether the graph draws the major axis.
|
void |
setShowMinorGrid(boolean aFlag)
Sets whether the graph draws the minor axis.
|
XMLElement |
toXML(XMLArchiver anArchiver)
XML archival.
|
acceptsChildren, acceptsMouse, addBinding, addBinding, addDeepChangeListener, addMouseListener, animUpdate, bounds, childrenSuperSelectImmediately, clone, cloneDeep, contains, convertedPointFromShape, convertedPointToShape, convertedRectFromShape, convertedRectToShape, convertFromShape, convertPathFromShape, convertPathToShape, convertPointFromShape, convertPointToShape, convertRectFromShape, convertRectToShape, convertToShape, convertVectorFromShape, convertVectorToShape, copyShape, deepChange, divideShapeFromEdge, divideShapeFromTop, get, get, getAlignment, getAlignmentX, getAlignmentY, getAncestor, getAncestorCount, getAncestorInCommon, getAnimator, getAnimator, getAutosizing, getAutosizingDefault, getBestHeight, getBestHeight, getBestWidth, getBestWidth, getBinding, getBinding, getBindingCount, getBounds, getBoundsInside, getBoundsMarked, getBoundsMarkedDeep, getChild, getChildAnimator, getChildAnimator, getChildCount, getChildren, getClipShape, getColor, getDatasetEntity, getDatasetKey, getDocument, getEffect, getEventAdapter, getFill, getFrame, getFrameHeight, getFrameMaxX, getFrameMaxY, getFrameWidth, getFrameX, getFrameXY, getFrameY, getHeight, getHover, getLayoutInfo, getMaskPath, getMaxX, getMaxY, getMinHeight, getMinHeight, getMinWidth, getMinWidth, getName, getOpacity, getOpacityDeep, getOutline, getPageBreak, getPageBreakMax, getPageBreakPage, getPageBreakPageMax, getPageShape, getParent, getParent, getPath, getPathInBounds, getPrefHeight, getPrefHeight, getPrefWidth, getPrefWidth, getPropertyNameMapped, getPropertyNames, getRoll, getRootShape, getScaleX, getScaleY, getShapesToAncestor, getShapesToDescendant, getShapesToShape, getSize, getSkewX, getSkewY, getStroke, getStrokeColor, getStrokeOnTop, getStrokeWidth, getTextColor, getTimeline, getTimeline, getTransform, getTransformFromShape, getTransformInverse, getTransformToShape, getUndoer, getURL, getWidth, getX, getXY, getXYP, getY, height, indexOf, intersects, isAncestor, isAnimProperty, isDescendant, isEditing, isEnabled, isHittable, isLocked, isMinHeightSet, isMinWidthSet, isPrefHeightSet, isPrefWidthSet, isRoot, isRSS, isUnderlined, isViewing, isVisible, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, offsetXY, page, pageMax, paint, paintShape, paintShapeAll, paintShapeChildren, paintShapeOver, propertyChange, put, removeBinding, removeBinding, removeDeepChangeListener, removeFromParent, removeMouseListener, repaint, rpgAll, rpgBindings, setAlignment, setAlignmentX, setAlignmentY, setAutosizing, setBestHeight, setBestSize, setBounds, setBounds, setColor, setEffect, setEnabled, setFill, setFrame, setFrame, setFrameSize, setFrameX, setFrameXY, setFrameXY, setFrameY, setHeight, setHover, setLayoutInfo, setLocked, setMinHeight, setMinSize, setMinWidth, setName, setOpacity, setOutline, setParent, setPrefHeight, setPrefWidth, setRoll, setScaleX, setScaleXY, setScaleY, setSize, setSize, setSkewX, setSkewXY, setSkewY, setStroke, setStrokeColor, setStrokeWidth, setTextColor, setTime, setUnderlined, setURL, setVisible, setWidth, setX, setXY, setXY, setXYP, setY, superSelectable, toString, undoerDisable, undoerEnable, undoerSetUndoTitle, width, x, y
public boolean getShowAxisLabels()
public void setShowAxisLabels(boolean aFlag)
public boolean getShowMajorGrid()
public void setShowMajorGrid(boolean aFlag)
public boolean getShowMinorGrid()
public void setShowMinorGrid(boolean aFlag)
public float getAxisMin()
public void setAxisMin(float aValue)
public float getAxisMax()
public void setAxisMax(float aValue)
public int getAxisCount()
public void setAxisCount(int aValue)
public boolean isFontSet()
public RMFormat getFormat()
public void setFormat(RMFormat aFormat)
public XMLElement toXML(XMLArchiver anArchiver)