|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Footprint
A Footprint creates a mark for a track step.
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Gets the color. |
java.lang.String |
getDisplayName()
Gets the display name of the footprint. |
java.awt.Shape[] |
getHitShapes()
Gets the hit shapes associated with the footprint. |
javax.swing.Icon |
getIcon(int w,
int h)
Gets an icon representing the footprint. |
int |
getLength()
Gets the point array length required by this footprint. |
Mark |
getMark(java.awt.Point[] points)
Gets the footprint mark. |
java.lang.String |
getName()
Gets the name of the footprint. |
java.awt.Shape |
getShape(java.awt.Point[] points)
Gets the footprint shape. |
java.awt.BasicStroke |
getStroke()
Gets the stroke. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setStroke(java.awt.BasicStroke stroke)
Sets the stroke. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDisplayName()
int getLength()
javax.swing.Icon getIcon(int w,
int h)
w - width of the iconh - height of the icon
java.awt.Shape[] getHitShapes()
Mark getMark(java.awt.Point[] points)
points - a Point array
java.awt.Shape getShape(java.awt.Point[] points)
points - a Point array
void setStroke(java.awt.BasicStroke stroke)
stroke - the desired strokejava.awt.BasicStroke getStroke()
void setColor(java.awt.Color color)
color - the desired colorjava.awt.Color getColor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||