Uses of Class
org.jhotdraw8.draw.key.NonNullObjectStyleableKey
Packages that use NonNullObjectStyleableKey
-
Uses of NonNullObjectStyleableKey in org.jhotdraw8.draw.figure
Fields in org.jhotdraw8.draw.figure declared as NonNullObjectStyleableKeyModifier and TypeFieldDescriptionstatic final NonNullObjectStyleableKey<BezierPath> AbstractPathConnectionWithMarkersFigure.PATHstatic final NonNullObjectStyleableKey<BezierPath> BezierPathFigure.PATH -
Uses of NonNullObjectStyleableKey in org.jhotdraw8.draw.key
Subclasses of NonNullObjectStyleableKey in org.jhotdraw8.draw.keyModifier and TypeClassDescriptionclassNonNullBooleanStyleableKey (not nullable).classNonNullEnumStyleableKey<T extends Enum<T>>Convenience class for creating aKeyfor an enum type. -
Uses of NonNullObjectStyleableKey in org.jhotdraw8.draw.tool
Constructors in org.jhotdraw8.draw.tool with parameters of type NonNullObjectStyleableKeyModifierConstructorDescriptionBezierCreationTool(String name, Resources rsrc, NonNullObjectStyleableKey<BezierPath> key, Supplier<Figure> factory) BezierCreationTool(String name, Resources rsrc, NonNullObjectStyleableKey<BezierPath> key, Supplier<Figure> figureFactory, Supplier<Layer> layerFactory)