|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.gui.WindingRule
Class WindingRule encapsulates the two constants from
GeneralPath: WIND_NON_ZERO and WIND_EVEN_ODD.
Class WindingRule cannot be implemented outside of its own
package.
GeneralPath| Field Summary | |
static WindingRule |
WIND_EVEN_ODD
WindingRule that returns GeneralPath.WIND_EVEN_ODD. |
static WindingRule |
WIND_NON_ZERO
WindingRule that returns GeneralPath.WIND_NON_ZERO. |
| Constructor Summary | |
(package private) |
WindingRule()
Default package-private constructor to prevent outside instantiation. |
| Method Summary | |
abstract int |
rule()
Returns the associated GeneralPath constant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final WindingRule WIND_NON_ZERO
WindingRule that returns GeneralPath.WIND_NON_ZERO.
GeneralPath.WIND_NON_ZERO,
WIND_EVEN_ODDpublic static final WindingRule WIND_EVEN_ODD
WindingRule that returns GeneralPath.WIND_EVEN_ODD.
GeneralPath.WIND_EVEN_ODD,
WIND_NON_ZERO| Constructor Detail |
WindingRule()
| Method Detail |
public abstract int rule()
GeneralPath constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||