|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.editor.underline.UnderlineStyle
An UnderlineStyle
describes how an underline will be painted. It consists of a color, underline shape, whether it is enabled or not, and a priority level.
You can create new or modify existing styles through the UnderlineRegistry
.
Field Summary | |
static int |
MAXIMUM_PRIORITY The maximum priority level an underline can use. |
static int |
MINIMUM_PRIORITY The minimum priority level an underline can use. |
Method Summary | |
java.awt.Color |
getColor() Fetches the color of the underline. |
boolean |
getEnabled() Fetches the enabled status of this underline style. |
java.lang.String |
getName() Fetches the name of the underline. |
UnderlinePainter |
getPainter() Fetches the painter to use for painting the underline. |
java.lang.String |
getPresentationName() Fetch the visible or presentation name of the style. |
int |
getPriority() Fetches the priority of the underline. |
java.lang.String |
toString() Fetches the human-readable name of the style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int MINIMUM_PRIORITY
public static final int MAXIMUM_PRIORITY
Method Detail |
public java.lang.String getName()
public java.lang.String getPresentationName()
public java.lang.String toString()
public boolean getEnabled()
public int getPriority()
public java.awt.Color getColor()
public UnderlinePainter getPainter()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.