|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--drawables.Drawable
|
+--drawables.FilledDrawable
|
+--drawables.DrawableRectangle
|
+--drawables.DrawableCircle
Drawable class for circles.
| Field Summary |
| Fields inherited from class drawables.FilledDrawable |
filled |
| Fields inherited from class drawables.Drawable |
AREALAYER, BITMAPLAYER, container, DEFMAXSCALE, DEFMINSCALE, layer, LINELAYER, maxScale, mbr, minScale, nextOfLayer, obj, POINTLAYER, pres, selected, TEXTLAYER |
| Constructor Summary | |
protected |
DrawableCircle()
Konstruktor. |
|
DrawableCircle(int x,
int y,
int rad)
Konstruktor für nicht gefüllte Kreise. |
|
DrawableCircle(int x,
int y,
int rad,
boolean pFilled,
java.lang.String presName)
Konstruktor für Kreise. |
|
DrawableCircle(int x,
int y,
int rad,
boolean pFilled,
java.lang.String presName,
int pMinScale,
int pMaxScale)
Konstruktor für Kreise. |
| Method Summary | |
protected void |
drawProtected(java.awt.Graphics g,
int scale,
int mode,
int value)
Zeichnet den Kreis im Graphic Context g, vorausgesetzt der aktuelle Maßstab scale wird vom Kreis eingehalten. |
EntryReadable |
read(EntryInput r)
Liest den Kreis vom Entry-Input ein. |
protected void |
writeProtected(EntryWriter out,
int type)
Writes the circle. |
| Methods inherited from class drawables.FilledDrawable |
isFilled, setFilling |
| Methods inherited from class drawables.Drawable |
computeDistance, computeDistanceTo, contains, draw, draw, draw, draw, getContainer, getId, getLayer, getMaxScale, getMBR, getMinScale, getNextOfLayer, getObject, getPresentation, getPresentation, getType, interacts, intersects, intersects, intersects, isContainedBy, isVisible, readCoord, readCoord, readDrawable, readDrawable, setContainer, setLayer, setMaxScale, setMBR, setMinScale, setNextOfLayer, setObject, setPresentation, setSelection, toString, write, writeCoord, writeCoord, writeGML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected DrawableCircle()
public DrawableCircle(int x,
int y,
int rad)
x - x-Koordinate des Mittelpunktsy - y-Koordinate des Mittelpunktsrad - Radius
public DrawableCircle(int x,
int y,
int rad,
boolean pFilled,
java.lang.String presName)
x - x-Koordinate des Mittelpunktsy - y-Koordinate des Mittelpunktsrad - RadiuspFilled - gefüllt?presName - Name des Darstellungsobjekts
public DrawableCircle(int x,
int y,
int rad,
boolean pFilled,
java.lang.String presName,
int pMinScale,
int pMaxScale)
x - x-Koordinate des Mittelpunktsy - y-Koordinate des Mittelpunktsrad - RadiuspFilled - gefüllt?presName - Name des DarstellungsobjektspMinScale - Mindest-Maßstab zum ZeichnenpMaxScale - Maximal-Maßstab zum Zeichnen| Method Detail |
protected void drawProtected(java.awt.Graphics g,
int scale,
int mode,
int value)
drawProtected in class DrawableRectangleg - aktueller Graphic Contextscale - aktueller Maßstabmode - aktueller Darstellungsmodusvalue - Darstellungswertpublic EntryReadable read(EntryInput r)
read in interface EntryReadableread in class DrawableRectangler - Entry-Input
protected void writeProtected(EntryWriter out,
int type)
writeProtected in class DrawableRectangleout - entry writertype - type of the output; meaning see read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||