|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawable | |
---|---|
data | |
logic |
Uses of Drawable in data |
---|
Classes in data that implement Drawable | |
---|---|
class |
Edge
|
class |
Node
|
class |
Rings
radial layout rings |
class |
Sprite
|
Uses of Drawable in logic |
---|
Fields in logic with type parameters of type Drawable | |
---|---|
java.util.LinkedList<Drawable> |
CanvasHandler.drawList
|
Methods in logic with parameters of type Drawable | |
---|---|
void |
CanvasHandler.addDrawable(Drawable drawable)
adds a drawable to the end of the list |
void |
CanvasHandler.addDrawableBeforeFirst(Drawable drawable)
adds a drawable to the beginning of the list |
void |
CanvasHandler.removeDrawable(Drawable drawable)
removes a specific drawable |
Method parameters in logic with type arguments of type Drawable | |
---|---|
void |
CanvasHandler.setDrawableList(java.util.LinkedList<Drawable> drawList)
replaces the whole drawable list of the CanvasHandler with the given one |
Constructor parameters in logic with type arguments of type Drawable | |
---|---|
CanvasHandler(java.util.LinkedList<Drawable> drawList)
initializes CanvasHandler by assigning a draw-able list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |