Uses of Interface
org.jhotdraw8.draw.css.value.Paintable
Packages that use Paintable
Package
Description
Provides utility classes for converting from/to CSS attribute texts.
-
Uses of Paintable in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type PaintableModifier and TypeMethodDescriptionprotected <TT extends Paintable>
voidPaintableCssConverter.produceTokensNonNull(TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return PaintableModifier and TypeMethodDescriptionPaintableCssConverter.parseNonNull(CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) -
Uses of Paintable in org.jhotdraw8.draw.css.value
Classes in org.jhotdraw8.draw.css.value that implement PaintableModifier and TypeClassDescriptionclassAbstract base class for a color specified in a specific color system.classRepresents a linear gradient.classRepresents a radial gradient.classRepresents a named color in a cascading stylesheet.classsHSBA color encoded with numbers and/or percentages.classsRGBA color encoded with numbers and/or percentages.classRepresents a system color in a cascading stylesheet.classsRGBA color with 8 bits per channel, encoded as a hexadecimal digit with 4 bits per channel if possible.classsRGBA color with 8 bits per channel, encoded as a hexadecimal digit.Methods in org.jhotdraw8.draw.css.value with parameters of type PaintableModifier and TypeMethodDescriptionstatic @Nullable javafx.scene.paint.Paintstatic @Nullable javafx.scene.paint.PaintPaintable.getPaint(@Nullable Paintable p, @Nullable RenderContext ctx) -
Uses of Paintable in org.jhotdraw8.draw.key
Methods in org.jhotdraw8.draw.key that return types with arguments of type PaintableModifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<Paintable> NullablePaintableStyleableKey.getCssConverter()Constructors in org.jhotdraw8.draw.key with parameters of type PaintableModifierConstructorDescriptionNullablePaintableStyleableKey(String key, Paintable defaultValue) Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values. -
Uses of Paintable in org.jhotdraw8.draw.popup
Methods in org.jhotdraw8.draw.popup with parameters of type PaintableModifier and TypeMethodDescriptionvoidPaintablePicker.show(javafx.scene.Node anchor, double screenX, double screenY, Paintable initial, BiConsumer<Boolean, Paintable> callback) Method parameters in org.jhotdraw8.draw.popup with type arguments of type PaintableModifier and TypeMethodDescriptionvoidPaintablePicker.show(javafx.scene.Node anchor, double screenX, double screenY, Paintable initial, BiConsumer<Boolean, Paintable> callback)