All Packages  Class Hierarchy

$ _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

add(Component). Method in class GraphicPlotter.LegendPane
Have add forwarded request to the body container.
add(MagnifyingPane). Method in class GraphicPlotter.MagnifyingScrollbar
Add a MagnifyingPane to be controlled by this scrollbar.
addGraphic(Graphic). Method in class GraphicPlotter.GraphicPane
Add a graphic element at the default depth.
addGraphic(Graphic, int). Method in class GraphicPlotter.GraphicPane
Add a graphic element at the given (discrete) depth.
addNotify(). Method in class GraphicPlotter.MagnifyingPane
Override addNotify for implementation reasons.
adjustmentValueChanged(AdjustmentEvent). Method in class GraphicPlotter.LegendPane
Implement the AdjustmentListener interface.
adjustmentValueChanged(AdjustmentEvent). Method in class GraphicPlotter.MagnifyingPane
Implement AdjustmentListener.adjustmentValueChanged to position the viewport relative to the magnifiable component.
assign(DimensionUC). Method in class GraphicPlotter.DimensionUC
Set the fields of this object equal to those of a given one.
assign(GraphicBoundsUC). Method in class GraphicPlotter.GraphicBoundsUC
Set fields of this object equal to those of another one.
assign(InsetsUC). Method in class GraphicPlotter.InsetsUC
Set the fields of this object equal to those of a given object.
assign(PointUC). Method in class GraphicPlotter.PointUC
Set the fields of this object equal to those of a given object.
assign(RectangleUC). Method in class GraphicPlotter.RectangleUC
Set the fields of this object equal to those of another one.
AxisLabel(). Constructor for class GraphicPlotter.AxisLabel
AxisLabelX(). Constructor for class GraphicPlotter.AxisLabelX
AxisLabelY(). Constructor for class GraphicPlotter.AxisLabelY
AxisScale(). Constructor for class GraphicPlotter.AxisScale
axisScaleDefault. Static variable in class GraphicPlotter.GraphicPane
Default scale value to be used inplace of null.

B

beginZoomCenterSet(). Method in class GraphicPlotter.GraphicPane
Begin zoom center setting mode.
bottom. Variable in class GraphicPlotter.InsetsUC
The bottom margin value.

C

calculateBounds(). Method in class GraphicPlotter.GraphicPane
Calculate the union of the user coordinate bounds of the graphic elements in this container.
comp. Variable in class GraphicPlotter.CoordinateAdjuster
Component through which a scale coordinate value may be set.
contains(int, int). Method in class GraphicPlotter.Graphic
Return if the specified AWT coordinates are inside the graphic element.
CoordinateAdjuster(AxisScale). Constructor for class GraphicPlotter.CoordinateAdjuster
Construct a CoordinateAdjuster consisting of only the parent scale as an initial value.
CoordinateAdjuster(AxisScale, Component). Constructor for class GraphicPlotter.CoordinateAdjuster
Construct a CoordinateAdjuster consisting of the Component through which the coordinate value may be changed.
CoordinateAdjuster(AxisScale, Component, String, String). Constructor for class GraphicPlotter.CoordinateAdjuster
Construct a CoordinateAdjuster that consists of the Component through which the coordinate value may be changed, and Components that display the mininum and maximum values the coordinate may have.
createCoordinateAdjuster(double). Method in class GraphicPlotter.AxisScale
Return the CoordinateAdjuster with a scale coordinate value that corresponds to the user coordinate value given as an argument.

D

DEFAULT_VALUE. Static variable in interface GraphicPlotter.Magnifier
The default magnification value.
DEPTH_OVERLAY. Static variable in class GraphicPlotter.GraphicPane
Depth value for a graphic element in the overlay layer.
DEPTH_UNDERLAY. Static variable in class GraphicPlotter.GraphicPane
Depth value for a graphic element in the underlay layer.
destroy(). Method in class GraphicPlotter.CoordinateAdjuster
Destroy objects that make up a CoordinateAdjuster as soon as possible after last use.
DimensionUC(). Constructor for class GraphicPlotter.DimensionUC
Construct a dimension with default field values.
DimensionUC(DimensionUC). Constructor for class GraphicPlotter.DimensionUC
Construct a dimension from another one.
DimensionUC(double, double). Constructor for class GraphicPlotter.DimensionUC
Construct a dimension with the given field values.
doLayout(). Method in class GraphicPlotter.GraphicPane
Override doLayout() to layout the Graphic elements.
doLayout(). Method in class GraphicPlotter.LegendPane
Override doLayout() to add a horizontal scrollbar when necessary.
doLayout(). Method in class GraphicPlotter.MagnifyingPane
Override doLayout to set the bounds of the mangifiable component.

E

endZoomCenterSet(). Method in class GraphicPlotter.GraphicPane
End zoom center setting mode.
equals(DimensionUC). Method in class GraphicPlotter.DimensionUC
Return whether the fields of another object are equal in value to the fields of this one.
equals(GraphicBoundsUC). Method in class GraphicPlotter.GraphicBoundsUC
Return whether the fields of another object are equal in value to the fields of this one.
equals(InsetsUC). Method in class GraphicPlotter.InsetsUC
Return whether the fields of another object are equal in value to the fields of this one.
equals(PointUC). Method in class GraphicPlotter.PointUC
Return whether the fields of another object are equal in value to the fields of this one.
equals(RectangleUC). Method in class GraphicPlotter.RectangleUC
Return whether the fields of this object are equal to those of another one.
equalsXDim(RectangleUC). Method in class GraphicPlotter.RectangleUC
Return whether the x and width fields of this object are equal to those of another object.
equalsYDim(RectangleUC). Method in class GraphicPlotter.RectangleUC
Return whether the y and height fields of this object are equal to those of another object.
extent. Variable in class GraphicPlotter.AxisScale
The extent of the range to be covered by the scale in terms of user coordinates (set by the package).
extraPixels. Variable in class GraphicPlotter.GraphicBoundsUC
Extra pixels added to the AWT bounds when a graphic element is laid-out.

F

finalize(). Method in class GraphicPlotter.MagnifyingScrollbar
Override finalize() for implementation reasons.

G

getAdjusterValue(CoordinateAdjuster). Method in class GraphicPlotter.AxisScale
Return the user coordinate corresponding to the scale coordinate that a coordinateAdjuster is set to.
getBlockIncrementPercent(). Method in class GraphicPlotter.LegendPane
Return the percent of the height of this container scrolled by a block increment.
getBody(). Method in class GraphicPlotter.LegendPane
Return the body container.
getBoundsUC(). Method in class GraphicPlotter.GraphicPane
Return the user coordinate bounds of the graphic elements in this container.
getDepthMax(). Method in class GraphicPlotter.GraphicPane
Return the minimum depth of the graphic elements.
getDepthMin(). Method in class GraphicPlotter.GraphicPane
Return the minimum depth of the graphic elements.
getDepthShowMax(). Method in class GraphicPlotter.GraphicPane
Return the maximum depth of the graphic elements being shown.
getDepthShowMin(). Method in class GraphicPlotter.GraphicPane
Return the minimum depth of the graphic elements being shown.
getExtraInsets(). Method in class GraphicPlotter.AxisScale
Return the extra insets needed to show the end point values of the scale.
getGraphicAt(int, int). Method in class GraphicPlotter.GraphicPane
Implement Container.getComponentAt() equivalent that takes into account that graphic elements have an explicit depth.
getGraphics(). Method in class GraphicPlotter.Graphic
Gets a Graphics context for this graphic element.
getGraphics(). Method in class GraphicPlotter.MagnifiableComponent
Override getGraphics to return a Graphics whose clipping bounds cover the currently visible area as opposed to the magnified area.
getGraphics(). Method in class GraphicPlotter.MagnifiableContainer
Override getGraphics to return a Graphics whose clipping bounds cover the currently visible area as opposed to the magnified area.
getHeight(). Method in class GraphicPlotter.Graphic
Return the AWT bounds height value.
getHorizontalPercentLimit(). Method in class GraphicPlotter.LegendPane
Return the horizontal percent limit.
getInsetsUC(). Method in class GraphicPlotter.GraphicPane
Return the user coordinate insets of the GraphicPane.
getMagnification(). Method in interface GraphicPlotter.Magnifier
Return the current magnification.
getMagnification(). Method in class GraphicPlotter.MagnifyingScrollbar
Return the current magnification.
getMagnificationMax(). Method in interface GraphicPlotter.Magnifier
Return the maximum magnification value.
getMagnificationMax(). Method in class GraphicPlotter.MagnifyingScrollbar
Return the maximum magnification.
getMagnificationMin(). Method in interface GraphicPlotter.Magnifier
Return the minimum magnification value.
getMagnificationMin(). Method in class GraphicPlotter.MagnifyingScrollbar
Return the minimum magnification.
getMinimumSize(). Method in class GraphicPlotter.GraphicPane
Override getMinimumSize().
getMinimumSize(). Method in class GraphicPlotter.LegendPane
Override getMinimumSize to return the preferred size.
getMinimumSize(). Method in class GraphicPlotter.MagnifyingPane
Override getMinimumSize to return size of the magnifiable component.
getPaintOnLayout(). Method in class GraphicPlotter.GraphicPane
Get the "paint on layout value.
getParent(). Method in class GraphicPlotter.Graphic
Return the GraphicPane that the element is in.
getPosition(). Method in class GraphicPlotter.MagnifyingScrollbar
Return the current position of the scrollbar.
getPreferredSize(). Method in class GraphicPlotter.GraphicPane
Override getPreferredSize().
getPreferredSize(). Method in class GraphicPlotter.LegendPane
Override getPreferredSize() to return a size limited to percentages of the available width and height of the limiting enclosing container (innermost Applet or outermost Container)
getPreferredSize(). Method in class GraphicPlotter.MagnifyingPane
Override getPreferredSize to return size of the magnifiable component.
getShortName(). Method in class GraphicPlotter.AxisLabel
Return a short version of the axis name.
getShortName(). Method in class GraphicPlotter.AxisLabelX
Return a short version of the axis name.
getShortName(). Method in class GraphicPlotter.AxisLabelY
Return a short version of the axis name.
getShowOverlay(). Method in class GraphicPlotter.GraphicPane
Whether graphic elements in the overlay layer are being shown.
getShowUnderlay(). Method in class GraphicPlotter.GraphicPane
Whether graphic elements in the underlay layer are being shown.
getUnitIncrement(). Method in class GraphicPlotter.LegendPane
Return the number of pixels scrolled by a unit increment.
getValue(). Method in class GraphicPlotter.CoordinateAdjuster
Return the user coordinate value corresponding to the value of the Component through which the coordinate value may be changed.
getVerticalPercentLimit(). Method in class GraphicPlotter.LegendPane
Return the vertical percent limit.
getViewportBounds(). Method in class GraphicPlotter.GraphicPane
Return the bounds of the viewport.
getViewportSize(). Method in class GraphicPlotter.MagnifiableComponent
Return the size of the viewport into this object.
getViewportSize(). Method in class GraphicPlotter.MagnifiableContainer
Return the size of the viewport into this object.
getWidth(). Method in class GraphicPlotter.Graphic
Return the AWT bounds width value.
getX(). Method in class GraphicPlotter.Graphic
Return the AWT bounds x value.
getX(double). Method in class GraphicPlotter.Graphic
Return the AWT X coordinate corresponding to a user X coordinate.
getXScale(). Method in class GraphicPlotter.GraphicPane
Return the X-axis scale associated with this object.
getY(). Method in class GraphicPlotter.Graphic
Return the AWT bounds y value.
getY(double). Method in class GraphicPlotter.Graphic
Return the AWT Y coordinate corresponding to a user Y coordinate.
getYScale(). Method in class GraphicPlotter.GraphicPane
Return the Y-axis scale associated with this object.
Graphic(). Constructor for class GraphicPlotter.Graphic
GraphicBoundsUC(). Constructor for class GraphicPlotter.GraphicBoundsUC
Default constructor leaves fields with default values.
GraphicBoundsUC(double, double, double, double, boolean). Constructor for class GraphicPlotter.GraphicBoundsUC
Construct a GraphicBoundsUC from a set of field values.
GraphicBoundsUC(GraphicBoundsUC). Constructor for class GraphicPlotter.GraphicBoundsUC
Construct a GraphicBoundsUC from another one.
GraphicPane(). Constructor for class GraphicPlotter.GraphicPane
Construct a GraphicPane.

H

height. Variable in class GraphicPlotter.DimensionUC
The height of the dimension.
height. Variable in class GraphicPlotter.RectangleUC
The height of the bounding rectangle.
HORIZONTAL_DEFAULT. Static variable in class GraphicPlotter.LegendPane
The default limit on the width of this container as a percentage of the width of the limiting container.

I

init(). Method in class GraphicPlotter.DimensionUC
Set the fields to their default values.
init(). Method in class GraphicPlotter.InsetsUC
Set the fields to their default values (all fields set to zero).
init(). Method in class GraphicPlotter.PointUC
Set the point fields to their default values.
InsetsUC(). Constructor for class GraphicPlotter.InsetsUC
Construct an insets with default values.
InsetsUC(double, double, double, double). Constructor for class GraphicPlotter.InsetsUC
Construct an insets with the given field values.
InsetsUC(InsetsUC). Constructor for class GraphicPlotter.InsetsUC
Construct an insets from another one.
isSet(). Method in class GraphicPlotter.RectangleUC
Return whether the fields are set.

K

keyPressed(KeyEvent). Method in class GraphicPlotter.LegendPane
Implement KeyListener.keyPressed.
keyPressed(KeyEvent). Method in class GraphicPlotter.MagnifyingPane
Implement KeyListener.keyPressed to scroll when Page Up, Page Down, and arrow keys are pressed.
keyReleased(KeyEvent). Method in class GraphicPlotter.LegendPane
Implement KeyListener.keyReleased.
keyReleased(KeyEvent). Method in class GraphicPlotter.MagnifyingPane
Implement KeyListener.keyReleased to do nothing.
keyTyped(KeyEvent). Method in class GraphicPlotter.LegendPane
Implement KeyListener.keyTyped.
keyTyped(KeyEvent). Method in class GraphicPlotter.MagnifyingPane
Implement KeyListener.keyTyped to do nothing.

L

left. Variable in class GraphicPlotter.InsetsUC
The left margin value.
LegendPane(). Constructor for class GraphicPlotter.LegendPane
Construct a LegendPane where the width and height are at most the default percent of the width and height of the outermost container.
LegendPane(int, int). Constructor for class GraphicPlotter.LegendPane
Construct a LegendPane where the width and height are at most the given percent of the width and height of the innermost heavyweight container.

M

magBase. Static variable in class GraphicPlotter.MagnifyingScrollbar
The base magnification value (percent).
MagnifiableComponent(). Constructor for class GraphicPlotter.MagnifiableComponent
MagnifiableContainer(). Constructor for class GraphicPlotter.MagnifiableContainer
MagnifyingPane(MagnifiableComponent, MagnifyingScrollbar, MagnifyingScrollbar). Constructor for class GraphicPlotter.MagnifyingPane
Construct a MagnifyingPane containing a MagnifiableComponent.
MagnifyingPane(MagnifiableContainer, MagnifyingScrollbar, MagnifyingScrollbar). Constructor for class GraphicPlotter.MagnifyingPane
Construct a MagnifyingPane containing a MagnifiableContainer.
MagnifyingScrollbar(int). Constructor for class GraphicPlotter.MagnifyingScrollbar
Construct a MagnifyingScrollbar with a default maximum coordinate value (of Short.MAX_VALUE).
MagnifyingScrollbar(int, int). Constructor for class GraphicPlotter.MagnifyingScrollbar
Construct a MagnifyingScrollbar with the given maximum coordinate value.
max. Variable in class GraphicPlotter.CoordinateAdjuster
The maximum value that a scale coordinate may have.
min. Variable in class GraphicPlotter.CoordinateAdjuster
The minimum value that a scale coordinate may have.
mouseClicked(MouseEvent). Method in class GraphicPlotter.Graphic
Invoked when the mouse has been clicked on a graphic element.
mouseClicked(MouseEvent). Method in class GraphicPlotter.GraphicPane
Implement MouseListener.mouseClicked(MouseEvent)
mouseEntered(MouseEvent). Method in class GraphicPlotter.GraphicPane
Implement MouseEntered.mouseEntered(MouseEvent)
mouseExited(MouseEvent). Method in class GraphicPlotter.GraphicPane
Implement MouseEntered.mouseExited(MouseEvent)
mousePressed(MouseEvent). Method in class GraphicPlotter.Graphic
Invoked when the mouse has been pressed on a graphic element.
mousePressed(MouseEvent). Method in class GraphicPlotter.GraphicPane
Implement MouseListener.mousePressed(MouseEvent)
mouseReleased(MouseEvent). Method in class GraphicPlotter.Graphic
Invoked when the mouse has been released on a graphic element.
mouseReleased(MouseEvent). Method in class GraphicPlotter.GraphicPane
Implement MouseListener.mouseReleased(MouseEvent)

N

normalize(). Method in class GraphicPlotter.RectangleUC
Make width and height non-negative.

O

obtainBounds(GraphicBoundsUC). Method in class GraphicPlotter.Graphic
Obtain the Cartesian coordinate bounds of a graphic element.
origin. Variable in class GraphicPlotter.AxisScale
The origin of the range to be covered by the scale in terms of user coordinates (set by the package).

P

paint(Graphics). Method in class GraphicPlotter.GraphicPane
Override paint(Graphics) to paint all the graphic elements in this container.
paint(Graphics, int, int). Method in class GraphicPlotter.Graphic
Paint the graphic element.
paramString(). Method in class GraphicPlotter.RectangleUC
Return the string representation of the fields.
parseScaleCoordinate(String). Method in class GraphicPlotter.AxisScale
Return the user coordinate cooresponding to a scale coordinate value.
PERCENT_MAX. Static variable in class GraphicPlotter.LegendPane
The maximum percent value allowed.
PERCENT_MIN. Static variable in class GraphicPlotter.LegendPane
The minimum percent value allowed.
PointUC(). Constructor for class GraphicPlotter.PointUC
Construct a point with default field values.
PointUC(double, double). Constructor for class GraphicPlotter.PointUC
Construct a point with the given field values.
PointUC(PointUC). Constructor for class GraphicPlotter.PointUC
Construct a point from another one.
processKeyEvent(KeyEvent). Method in interface GraphicPlotter.KeyEventProcessor
processKeyEvent(KeyEvent). Method in class GraphicPlotter.LegendPane
Override processKeyEvent to make it visible to inner Body class.

R

RectangleUC(). Constructor for class GraphicPlotter.RectangleUC
Construct a rectangle with unset field values.
RectangleUC(double, double, double, double). Constructor for class GraphicPlotter.RectangleUC
Construct a rectangle with the given field values.
RectangleUC(RectangleUC). Constructor for class GraphicPlotter.RectangleUC
Construct a rectangle from another one.
remove(Component). Method in class GraphicPlotter.LegendPane
Have remove forwarded request to the body containter.
remove(MagnifyingPane). Method in class GraphicPlotter.MagnifyingScrollbar
Remove a MagnifyingPane from being controlled by this scrollbar.
removeAll(). Method in class GraphicPlotter.GraphicPane
Remove all graphic elements from this container.
removeAll(). Method in class GraphicPlotter.LegendPane
Have removeAll request forwarded to the body container.
removeAll(). Method in class GraphicPlotter.MagnifyingScrollbar
Remove all components from being controlled by this scrollbar.
removeGraphic(Graphic). Method in class GraphicPlotter.GraphicPane
Remove a graphic element from this container.
removeNotify(). Method in class GraphicPlotter.MagnifyingPane
Override removeNotify for implementation reasons.
repaint(). Method in class GraphicPlotter.Graphic
Repaint the whole graphic element as soon as possible.
repaint(int, int, int, int). Method in class GraphicPlotter.Graphic
Repaint part of the graphic element as soon as possible.
repaint(long). Method in class GraphicPlotter.Graphic
Repaint the whole graphic element within the given time.
repaint(long, int, int, int, int). Method in class GraphicPlotter.Graphic
Repaint part of the graphic element within the given time.
repaint(long, int, int, int, int). Method in class GraphicPlotter.LegendPane
Override repaint for implementation reasons.
repaint(long, int, int, int, int). Method in class GraphicPlotter.MagnifyingPane
Override repaint() for implementation reasons.
repaintAdjusted(). Method in class GraphicPlotter.MagnifyingScrollbar
Repaint all the components controlled by this that need to be repainted.
resetMagnificationCenter(). Method in class GraphicPlotter.MagnifyingScrollbar
Reset centering point of magnifaction to default setting.
right. Variable in class GraphicPlotter.InsetsUC
The right margin value.

S

scaleCoordinateOf(double). Method in class GraphicPlotter.AxisScale
Return the scale coordinate form of a user coordinate value.
scrollToValue(). Method in class GraphicPlotter.MagnifyingScrollbar
Scroll the objects controlled by the MagnifyingScrollbar to the current scrollbar value.
setBlockIncrementPrecent(int). Method in class GraphicPlotter.LegendPane
Set the percent of the height of this container scrolled by a block increment.
setBounds(int, int, int, int). Method in class GraphicPlotter.GraphicPane
Override setBounds for implementation reasons.
setBounds(int, int, int, int). Method in class GraphicPlotter.MagnifyingPane
Override setBounds() for implementation reasons.
setBounds(int, int, int, int). Method in class GraphicPlotter.MagnifyingScrollbar
Override setBounds() for implementation reasons.
setBoundsUC(double, double, double, double). Method in class GraphicPlotter.GraphicPane
Set the user coordinate bounds to be used.
setBoundsUCXDim(double, double). Method in class GraphicPlotter.GraphicPane
Set the user coordinate bounds to be used for X Dimension.
setBoundsUCYDim(double, double). Method in class GraphicPlotter.GraphicPane
Set the user coordinate bounds to be used for Y Dimension.
setDepthShow(int, int). Method in class GraphicPlotter.GraphicPane
setHorizontalPercentLimit(int). Method in class GraphicPlotter.LegendPane
Set the horizontal percent limit.
setInsetsUC(double, double, double, double). Method in class GraphicPlotter.GraphicPane
Set the user coordinate insets of the GraphicPane.
setInsetsUC(InsetsUC). Method in class GraphicPlotter.GraphicPane
Set the user coordinate insets of the GraphicPane.
setMagnification(int). Method in interface GraphicPlotter.Magnifier
Set the magnification.
setMagnification(int). Method in class GraphicPlotter.MagnifyingScrollbar
Set the magnification of all components controlled by this magnifier.
setMagnificationCenter(double). Method in class GraphicPlotter.MagnifyingScrollbar
Set centering point of magnifaction as fraction of viewport size.
setMagnificationCenter(int, int). Method in class GraphicPlotter.MagnifyingPane
Set centering point of magnification in terms of location in the magnified component.
setPaintOnLayout(boolean). Method in class GraphicPlotter.GraphicPane
Set the "paint on layout" value.
setPosition(int). Method in class GraphicPlotter.MagnifyingScrollbar
Set the position of the scrollbar.
setShowOverlay(boolean). Method in class GraphicPlotter.GraphicPane
Whether graphic elements in the overlay layer are to be shown.
setShowUnderlay(boolean). Method in class GraphicPlotter.GraphicPane
Whether graphic elements in the underlay layer are to be shown.
setUnitIncrement(int). Method in class GraphicPlotter.LegendPane
Set the number of pixels scrolled by a unit increment.
setVerticalPercentLimit(int). Method in class GraphicPlotter.LegendPane
Set the veritcal percent limit.
setXScale(AxisScale). Method in class GraphicPlotter.GraphicPane
Set the X-axis scale associated with this container.
setYScale(AxisScale). Method in class GraphicPlotter.GraphicPane
Set the Y-axis scale associated with this container.

T

top. Variable in class GraphicPlotter.InsetsUC
The top margin value.
toString(). Method in class GraphicPlotter.CoordinateAdjuster
Return a string representation of the object
toString(). Method in class GraphicPlotter.DimensionUC
Return the string representation.
toString(). Method in class GraphicPlotter.Graphic
Return the String representation of this graphic element's values.
toString(). Method in class GraphicPlotter.GraphicBoundsUC
Return the string representation.
toString(). Method in class GraphicPlotter.InsetsUC
Return the string representation.
toString(). Method in class GraphicPlotter.PointUC
Return the string representation.
toString(). Method in class GraphicPlotter.RectangleUC
Return the string representation of the object.
transparent. Variable in class GraphicPlotter.GraphicBoundsUC
If true, graphic elements covered by the bounding rectangle of this one are painted.

U

union(RectangleUC). Method in class GraphicPlotter.RectangleUC
Expand this rectangle to include the region defined by another one.
unionResized(RectangleUC). Method in class GraphicPlotter.RectangleUC
Expand this rectangle to include the region defined by another one.
unset(). Method in class GraphicPlotter.RectangleUC
Set the fields to their unset value.
update(Graphics). Method in class GraphicPlotter.LegendPane
Override update for implementation reasons.
update(Graphics). Method in class GraphicPlotter.MagnifyingPane
Override update for implementation reasons.
updateScaleRange(). Method in class GraphicPlotter.GraphicPane
Inform the associated scales the range of values to be covered by the scales (if it has changed).

V

validate(). Method in class GraphicPlotter.AxisScale
Override validate(): unlike most types Components, validate is invoked on this type.
validateAll(). Method in interface GraphicPlotter.Magnifier
Validate the components controlled by the magnifier.
validateAll(). Method in class GraphicPlotter.MagnifyingScrollbar
Validate all the components controlled by this magnifier.
VERTICAL_DEFAULT. Static variable in class GraphicPlotter.LegendPane
The default limit on the height of this container as a percentage of the height of the limiting container.

W

width. Variable in class GraphicPlotter.DimensionUC
The width of the dimension.
width. Variable in class GraphicPlotter.RectangleUC
The width of the bounding rectangle.

X

x. Variable in class GraphicPlotter.PointUC
The x-coordinate.
x. Variable in class GraphicPlotter.RectangleUC
The x-coordinate of the bounding rectangle.
xformPointAWT2UC(Point, PointUC). Method in class GraphicPlotter.GraphicPane
Transform a Point from AWT (inside the GraphicPane) to user coordinates.
xformPointUC2AWT(PointUC, Point). Method in class GraphicPlotter.GraphicPane
Transform a Point from user to AWT coordinates (inside the GraphicPane).
xformXAWT2UC(int). Method in class GraphicPlotter.GraphicPane
Transform an AWT X coordinate (outside the GraphicPane) to a user coordinate.
xformXUC2AWT(double). Method in class GraphicPlotter.GraphicPane
Transform a user X coordinate to an AWT coordinate (outside the GraphicPane).
xformYAWT2UC(int). Method in class GraphicPlotter.GraphicPane
Transform an AWT Y coordinate (outside the GraphicPane) to a user coordinate.
xformYUC2AWT(double). Method in class GraphicPlotter.GraphicPane
Transform a user Y coordinate to an AWT coordinate (outside the GraphicPane).

Y

y. Variable in class GraphicPlotter.PointUC
The y-coordinate.
y. Variable in class GraphicPlotter.RectangleUC
The y-coordinate of the bounding rectangle.