|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objects.EuObject | +--objects.EuPoint | +--objects.plotPoint
Field Summary | |
static int |
DEFAULTSYMBOL
Reference to apperarence of plotted point. |
static int |
DEGENERATESYMBOL
Reference to apperarence of plotted point. |
static int |
ORIENTATIONSYMBOL
Reference to apperarence of plotted point. |
static int |
PROXIMITYSYMBOL
Reference to apperarence of plotted point. |
Fields inherited from class objects.EuPoint |
anchor |
Fields inherited from class objects.EuObject |
infoHash, provenience, scaledown |
Constructor Summary | |
plotPoint(fundamentals.EuVector v,
fundamentals.mouseInfo info)
The constructor does initialization. |
|
plotPoint(fundamentals.EuVector v,
fundamentals.mouseInfo info,
int type)
The constructor does initialization. |
Method Summary | |
void |
draw(java.awt.Graphics g)
Draws the point as a symbol. |
void |
drawAs(java.awt.Graphics g,
int symbolcode)
Draws the point as a symbol. |
boolean |
mouseVicinity(fundamentals.mouseVector mouseAt)
See if mouse position is close to this point. |
java.lang.String |
toPs()
Represent the plot object as a postscript command |
double |
weight()
|
fundamentals.mouseVector |
visiblePixel(double parameter)
|
Methods inherited from class objects.EuPoint |
castIdentical, closureContains, computeClip, confusionDistance, distance, drawAs, interiorContains, isFull, nameDisplacementAngle, nameLocation, overlaps, params, passArguments, toNaturalLanguage, toString, typeName |
Methods inherited from class objects.EuObject |
cloneObject, draw, equals, getClip, isVisible, mouseVicinity, mouseVicinity, toPs |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DEFAULTSYMBOL
public static final int ORIENTATIONSYMBOL
public static final int PROXIMITYSYMBOL
public static final int DEGENERATESYMBOL
Constructor Detail |
public plotPoint(fundamentals.EuVector v, fundamentals.mouseInfo info) throws UserException
v
- the vector
UserException
- if an overflow error occurspublic plotPoint(fundamentals.EuVector v, fundamentals.mouseInfo info, int type) throws UserException
v
- the vector
UserException
- if an overflow error occursMethod Detail |
public void draw(java.awt.Graphics g)
draw
in interface plotObject
g
- the graphics canvaspublic java.lang.String toPs()
toPs
in interface plotObject
public boolean mouseVicinity(fundamentals.mouseVector mouseAt)
mouseVicinity
in interface plotObject
mouseAt
- The coordinates of the mouse position
public void drawAs(java.awt.Graphics g, int symbolcode)
g
- the graphics canvassymbolcode
- either DEFAULTSYMBOL, ORIENTATIONSYMBOL, PROXIMITYSYMBOL or DEGENERATESYMBOLpublic fundamentals.mouseVector visiblePixel(double parameter)
visiblePixel
in interface plotObject
public double weight()
weight
in interface plotObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |