Uses of Class
org.jhotdraw8.draw.css.value.CssColor
Packages that use CssColor
Package
Description
Defines a programming model for structured drawing editors and provides default
implementations.
Provides utility classes for converting from/to CSS attribute texts.
-
Uses of CssColor in org.jhotdraw8.draw
Methods in org.jhotdraw8.draw that return CssColorModifier and TypeMethodDescriptiondefault CssColorDrawingEditor.getHandleColor()Gets the value of thehandleColorproperty.Methods in org.jhotdraw8.draw that return types with arguments of type CssColorModifier and TypeMethodDescriptionAbstractDrawingEditor.handleColorProperty()DrawingEditor.handleColorProperty()Holds the color of the handles.Methods in org.jhotdraw8.draw with parameters of type CssColorModifier and TypeMethodDescriptiondefault voidDrawingEditor.setHandleColor(CssColor newValue) Sets the value of thehandleColorproperty. -
Uses of CssColor in org.jhotdraw8.draw.constrain
Methods in org.jhotdraw8.draw.constrain that return CssColorModifier and TypeMethodDescriptionGridConstrainer.getGridColor()Gets the value of thegridColorproperty.Methods in org.jhotdraw8.draw.constrain that return types with arguments of type CssColorMethods in org.jhotdraw8.draw.constrain with parameters of type CssColorModifier and TypeMethodDescriptionvoidGridConstrainer.setGridColor(CssColor newValue) Sets the value of thegridColorproperty. -
Uses of CssColor in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type CssColorModifier and TypeMethodDescription<TT extends CssColor>
voidColorCssConverter.produceTokens(@Nullable TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, @NonNull Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return CssColorModifier and TypeMethodDescriptionCssStop.color()Returns the value of thecolorrecord component.ColorCssConverter.getDefaultValue()ColorCssConverter.parse(@NonNull CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) ColorCssConverter.parseOld(@NonNull CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) Constructors in org.jhotdraw8.draw.css.converter with parameters of type CssColor -
Uses of CssColor in org.jhotdraw8.draw.css.function
Methods in org.jhotdraw8.draw.css.function that return CssColorModifier and TypeMethodDescriptionAbstractColorCssFunction.parseColorValue(@NonNull T element, @NonNull CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) AbstractColorCssFunction.parseResolvedColorValue(@NonNull T element, @NonNull CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) -
Uses of CssColor in org.jhotdraw8.draw.css.value
Subclasses of CssColor in org.jhotdraw8.draw.css.valueModifier and TypeClassDescriptionclassRepresents 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 that return CssColorModifier and TypeMethodDescriptionMethods in org.jhotdraw8.draw.css.value with parameters of type CssColorModifier and TypeMethodDescriptionjavafx.scene.paint.Colordefault javafx.scene.paint.ColorConverts the specified value from input unit to a Color value.static @Nullable javafx.scene.paint.Color -
Uses of CssColor in org.jhotdraw8.draw.key
Methods in org.jhotdraw8.draw.key that return types with arguments of type CssColorConstructors in org.jhotdraw8.draw.key with parameters of type CssColorModifierConstructorDescriptionNullableCssColorStyleableKey(@NonNull String key, CssColor defaultValue) Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values. -
Uses of CssColor in org.jhotdraw8.draw.popup
Methods in org.jhotdraw8.draw.popup that return CssColorModifier and TypeMethodDescriptionCssColorDialog.getCurrentColor()Gets the value of thecurrentColorproperty.CssColorPopup.getCurrentColor()Gets the value of thecurrentColorproperty.CssColorDialog.getCustomColor()Gets the value of thecustomColorproperty.Methods in org.jhotdraw8.draw.popup that return types with arguments of type CssColorModifier and TypeMethodDescriptionCssColorChooserController.colorProperty()CssColorDialog.currentColorProperty()CssColorPopup.currentColorProperty()CssColorDialog.customColorProperty()CssColorPopup.getCallback()Methods in org.jhotdraw8.draw.popup with parameters of type CssColorModifier and TypeMethodDescriptionvoidCssColorDialog.setCurrentColor(CssColor currentColor) Sets the value of thecurrentColorproperty.voidCssColorPopup.setCurrentColor(CssColor currentColor) Sets the value of thecurrentColorproperty.voidCssColorDialog.setCustomColor(CssColor customColor) Sets the value of thecustomColorproperty.voidCssColorPicker.show(@NonNull javafx.scene.Node anchor, double screenX, double screenY, CssColor initialValue, @NonNull BiConsumer<Boolean, CssColor> callback) Method parameters in org.jhotdraw8.draw.popup with type arguments of type CssColorModifier and TypeMethodDescriptionvoidCssColorPopup.setCallback(BiConsumer<Boolean, CssColor> callback) voidCssColorPicker.show(@NonNull javafx.scene.Node anchor, double screenX, double screenY, CssColor initialValue, @NonNull BiConsumer<Boolean, CssColor> callback)