Drawable, Interactive, Measurable, Trackableprotected class DataToolTab.DataToolPlotter.XYAxes extends TPoint
attachedTo, coordsEditTrigger, coordsVisibleInMouseBox, enabled, isAdjusting, screenPt, stepEditTrigger, support, trackEditTrigger, worldPt, xyStringBuilder| Modifier | Constructor | Description |
|---|---|---|
protected |
XYAxes() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
draw(DrawingPanel panel,
java.awt.Graphics g) |
Empty draw method.
|
Interactive |
findInteractive(DrawingPanel panel,
int xpix,
int ypix) |
Returns null.
|
double |
getXMax() |
Gets the maximum x needed to draw this object.
|
double |
getXMin() |
Gets the minimum x needed to draw this object.
|
double |
getYMax() |
Gets the maximum y needed to draw this object.
|
double |
getYMin() |
Gets the minimum y needed to draw this object.
|
boolean |
isMeasured() |
Reports whether information is available to set min/max values.
|
void |
setXY(double x,
double y) |
Sets the x and y positions in imagespace.
|
getX, getYfinalize, getClass, notify, notifyAll, wait, wait, waitclone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocationaddPropertyChangeListener, addPropertyChangeListener, angle, angle, attachTo, center, cos, cos, detach, equals, getBounds, getFrameNumber, getScreenPosition, getWorldPosition, isAdjusting, isAttached, isCoordsEditTrigger, isEnabled, isStepEditTrigger, isTrackEditTrigger, removePropertyChangeListener, removePropertyChangeListener, setAdjusting, setCoordsEditTrigger, setEnabled, setLocation, setPositionOnLine, setScreenPosition, setScreenPosition, setStepEditTrigger, setTrackEditTrigger, setWorldPosition, setX, setY, showCoordinates, sin, sin, toString, translatepublic void draw(DrawingPanel panel, java.awt.Graphics g)
TPointpublic Interactive findInteractive(DrawingPanel panel, int xpix, int ypix)
TPointfindInteractive in interface InteractivefindInteractive in class TPointpanel - the drawing panelxpix - the x pixel position on the panelypix - the y pixel position on the panelpublic boolean isMeasured()
TPointisMeasured in interface MeasurableisMeasured in class TPointfalsepublic void setXY(double x,
double y)
TPointsetXY in interface InteractivesetXY in class TPointx - the x positiony - the y positionpublic double getXMin()
TPointgetXMin in interface MeasurablegetXMin in class TPointpublic double getXMax()
TPointgetXMax in interface MeasurablegetXMax in class TPointpublic double getYMin()
TPointgetYMin in interface MeasurablegetYMin in class TPointpublic double getYMax()
TPointgetYMax in interface MeasurablegetYMax in class TPoint