public class SymbolContainer extends MapElementContainer
Modifier and Type | Field and Description |
---|---|
Bitmap |
symbol |
float |
theta |
boundary, boundaryAbsolute, display, priority, xy
Constructor and Description |
---|
SymbolContainer(Point point,
Display display,
int priority,
Bitmap symbol) |
SymbolContainer(Point point,
Display display,
int priority,
Bitmap symbol,
float theta,
boolean alignCenter) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas,
Point origin,
Matrix matrix,
Filter filter)
Drawing method: element will draw itself on canvas shifted by origin point of canvas and
using the matrix if rotation is required.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
clashesWith, compareTo, getBoundaryAbsolute, getPoint, getPriority, intersects, toString
public Bitmap symbol
public final float theta
public boolean equals(java.lang.Object obj)
equals
in class MapElementContainer
public int hashCode()
hashCode
in class MapElementContainer
public void draw(Canvas canvas, Point origin, Matrix matrix, Filter filter)
MapElementContainer
draw
in class MapElementContainer