|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.ArrowIcon
public class ArrowIcon
An icon what looks like an arrow or something.
| Field Summary | |
|---|---|
static RationalPolygon |
EAST
An east arrow. |
static RationalPolygon |
NORTH
A north arrow. |
static RationalPolygon |
NORTHEAST
A northeast arrow. |
static RationalPolygon |
NORTHWEST
A northwest arrow. |
static RationalPolygon |
SOUTH
A south arrow. |
static RationalPolygon |
SOUTHEAST
A southeast arrow. |
static RationalPolygon |
SOUTHWEST
A southwest arrow. |
static RationalPolygon |
WEST
A west arrow. |
| Constructor Summary | |
|---|---|
ArrowIcon(RationalPolygon anArrow)
|
|
ArrowIcon(java.lang.String arrowName)
|
|
| Method Summary | |
|---|---|
int |
getIconHeight()
|
int |
getIconWidth()
|
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final RationalPolygon NORTH
public static final RationalPolygon SOUTH
public static final RationalPolygon EAST
public static final RationalPolygon WEST
public static final RationalPolygon NORTHEAST
public static final RationalPolygon NORTHWEST
public static final RationalPolygon SOUTHEAST
public static final RationalPolygon SOUTHWEST
| Constructor Detail |
|---|
public ArrowIcon(RationalPolygon anArrow)
public ArrowIcon(java.lang.String arrowName)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException| Method Detail |
|---|
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
paintIcon in interface javax.swing.Iconpublic int getIconWidth()
getIconWidth in interface javax.swing.Iconpublic int getIconHeight()
getIconHeight in interface javax.swing.Icon
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||