Package | Description |
---|---|
net.useobjects.draw.drawable |
zakladne prvky zobrazujuce sa v okne
|
net.useobjects.draw.samples |
priklady/ukazky zlozitejsich zobrazitelnych objektov
|
net.useobjects.frame |
hlavne okno aplikacie
|
net.useobjects.window |
kresliace okno (nie hlavne okno aplikacie)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMovableRotatableView
Trieda je rozsirenim
AbstractMovableView o verejne metody suvisiace s rotaciou. |
class |
AbstractMovableView
Trieda je rozsirenim
AbstractView o verejne metody suvisiece s poziciou. |
class |
AbstractView
Trieda pre vytvaranie vlastnych zobrazitelnych objektov vyuzitim mechanizmu dedicnosti.
|
class |
CircleView
Trieda reprezentujuca kruznicu/kruh
|
class |
DotView
Trieda reprezentujuca bod
|
class |
EllipseView
Trieda reprezentujuca elipsu
|
class |
GroupView
Trieda reprezentujuca skupinu zobrazitelnych objektov
|
class |
ImageView
Trieda reprezentujuc obrazok
|
class |
LineView
Trieda reprezentujuca usecku
|
class |
PolygonView
Trieda reprezentujuca polygon
|
class |
RectangleView
Trieda reprezentujuca obdlznik
|
class |
TextView
Trieda reprezentujuca text (jeho zobrazenie)
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AbstractDrawableObject> |
GroupView.iterator()
Vrati iterator na prvky v skupine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractView.add(AbstractDrawableObject view)
Prida do skupiny objektov dalsi objekt.
|
void |
GroupView.add(AbstractDrawableObject drawable)
Pridanie objektu do skupiny.
|
boolean |
GroupView.contains(AbstractDrawableObject drawable)
Vrati
true ak skupina obsahuje drawable . |
protected void |
AbstractView.remove(AbstractDrawableObject view)
Vyberie zo skupiny objekt.
|
void |
GroupView.remove(AbstractDrawableObject drawable)
Odstrani objekt zo skupiny
Po odstraneni, sa objekt nebude zobrazovat so skupinou
|
Modifier and Type | Class and Description |
---|---|
class |
Aircraft
Trieda reprezentujuca lietadlo
|
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.add(AbstractDrawableObject drawable)
Na kresliacu plochu prida objekt
|
void |
MainWindow.remove(AbstractDrawableObject drawable)
Odstrani objekt z kresliacej plochy
|
Modifier and Type | Method and Description |
---|---|
void |
World2DModel.add(AbstractDrawableObject drawable) |
void |
World2DModel.remove(AbstractDrawableObject drawable) |