| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.skd.applet.graphic.renderer |
| Modifier and Type | Method and Description |
|---|---|
EmblemGraphicRenderer.Location |
EmblemGraphicRenderer.getLocation() |
static EmblemGraphicRenderer.Location |
EmblemGraphicRenderer.Location.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmblemGraphicRenderer.Location[] |
EmblemGraphicRenderer.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmblemGraphicRenderer.setLocation(EmblemGraphicRenderer.Location location) |
| Constructor and Description |
|---|
EmblemGraphicRenderer(java.lang.String imagePath,
EmblemGraphicRenderer.Location location,
EmblemGraphicRenderer.Visibiliy visibility)
Created a new Emblem Renderer that renderes the icon at the given corner using the
given visibility
|