|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjtoolbox.Pfeil
public class Pfeil
| Field Summary | |
|---|---|
protected int |
breite
|
protected java.lang.String |
farbe
|
protected jtoolbox.CPfeil |
obj
|
protected boolean |
sichtbar
|
protected boolean |
spitzeEnde
|
protected boolean |
spitzeStart
|
protected int |
x1
|
protected int |
x2
|
protected int |
y1
|
protected int |
y2
|
| Constructor Summary | |
|---|---|
Pfeil()
Konstruktor fuer Hauptfenster |
|
Pfeil(IContainer behaelter)
Konstruktor |
|
Pfeil(IContainer behaelter,
int x1,
int y1,
int x2,
int y2)
allgemeiner Konstruktor |
|
Pfeil(int x1,
int y1,
int x2,
int y2)
Konstruktor fuer Hauptfenster |
|
| Method Summary | |
|---|---|
void |
cObjectSetzen()
|
BasisComponente |
getBasisComponente()
Das Interface IComponente fordert eine Methode die eine BasisComponente zurueckliefert. |
void |
setzeBreite(int neueBreite)
Liniendicke setzen |
void |
setzeEnden(boolean start,
boolean ende)
Enden setzen |
void |
setzeEndpunkte(int neuesX1,
int neuesY1,
int neuesX2,
int neuesY2)
|
void |
setzeFarbe(java.lang.String neueFarbe)
|
void |
sichtbarMachen()
|
void |
unsichtbarMachen()
Mache unsichtbar. |
void |
verschieben(int dx,
int dy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int breite
protected java.lang.String farbe
protected jtoolbox.CPfeil obj
protected boolean sichtbar
protected boolean spitzeEnde
protected boolean spitzeStart
protected int x1
protected int x2
protected int y1
protected int y2
| Constructor Detail |
|---|
public Pfeil()
public Pfeil(IContainer behaelter)
behaelter -
public Pfeil(IContainer behaelter,
int x1,
int y1,
int x2,
int y2)
behaelter - x2 - y2 -
public Pfeil(int x1,
int y1,
int x2,
int y2)
x1 - y1 - x2 - y2 - | Method Detail |
|---|
public void cObjectSetzen()
public BasisComponente getBasisComponente()
getBasisComponente in interface IComponentepublic void setzeBreite(int neueBreite)
neueDicke -
public void setzeEnden(boolean start,
boolean ende)
start - ende -
public void setzeEndpunkte(int neuesX1,
int neuesY1,
int neuesX2,
int neuesY2)
neuesX1 - neuesY1 - neuesX2 - neuesY2 - public void setzeFarbe(java.lang.String neueFarbe)
public void sichtbarMachen()
public void unsichtbarMachen()
public void verschieben(int dx,
int dy)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||