Uses of Class
org.jhotdraw8.draw.css.value.CssDimension2D
Packages that use CssDimension2D
Package
Description
Provides utility classes for converting from/to CSS attribute texts.
-
Uses of CssDimension2D in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type CssDimension2DModifier and TypeMethodDescriptionprotected <TT extends CssDimension2D>
voidDimension2DCssConverter.produceTokensNonNull(TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, Consumer<CssToken> out) protected <TT extends CssDimension2D>
voidPaperSizeCssConverter.produceTokensNonNull(TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return CssDimension2DModifier and TypeMethodDescription@Nullable CssDimension2DPaperSizeCssConverter.getDefaultValue()Dimension2DCssConverter.parseNonNull(CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) PaperSizeCssConverter.parseNonNull(CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) Methods in org.jhotdraw8.draw.css.converter with parameters of type CssDimension2DModifier and TypeMethodDescriptionvoidPaperSizeCssConverter.toString(Appendable out, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, CssDimension2D value) -
Uses of CssDimension2D in org.jhotdraw8.draw.css.value
Fields in org.jhotdraw8.draw.css.value declared as CssDimension2DMethods in org.jhotdraw8.draw.css.value that return CssDimension2DModifier and TypeMethodDescriptionCssDimension2D.add(CssDimension2D that) CssDimension2D.subtract(CssDimension2D that) Methods in org.jhotdraw8.draw.css.value with parameters of type CssDimension2DModifier and TypeMethodDescriptionCssDimension2D.add(CssDimension2D that) CssDimension2D.subtract(CssDimension2D that) -
Uses of CssDimension2D in org.jhotdraw8.draw.figure
Methods in org.jhotdraw8.draw.figure that return CssDimension2DModifier and TypeMethodDescriptionPage.getPaperSize()Returns the paper size.PageFigure.getPaperSize() -
Uses of CssDimension2D in org.jhotdraw8.draw.io
Methods in org.jhotdraw8.draw.io with parameters of type CssDimension2DModifier and TypeMethodDescriptionjavafx.print.PaperPrinterExportFormat.findPaper(CssDimension2D paperSize) -
Uses of CssDimension2D in org.jhotdraw8.draw.key
Methods in org.jhotdraw8.draw.key that return CssDimension2DModifier and TypeMethodDescriptionMethods in org.jhotdraw8.draw.key that return types with arguments of type CssDimension2DModifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<CssDimension2D> CssDimension2DStyleableKey.getCssConverter()org.jhotdraw8.base.converter.Converter<CssDimension2D> PaperSizeStyleableMapAccessor.getCssConverter()Methods in org.jhotdraw8.draw.key with parameters of type CssDimension2DModifier and TypeMethodDescriptionImmutableMap<Key<?>, Object> PaperSizeStyleableMapAccessor.put(ImmutableMap<Key<?>, Object> a, @Nullable CssDimension2D value) voidPaperSizeStyleableMapAccessor.set(Map<? super Key<?>, Object> a, @Nullable CssDimension2D value) Constructors in org.jhotdraw8.draw.key with parameters of type CssDimension2DModifierConstructorDescriptionCssDimension2DStyleableKey(String key, CssDimension2D defaultValue) Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.CssDimension2DStyleableKey(String key, CssDimension2D defaultValue, CssConverter<CssDimension2D> converter) Constructor parameters in org.jhotdraw8.draw.key with type arguments of type CssDimension2DModifierConstructorDescriptionCssDimension2DStyleableKey(String key, CssDimension2D defaultValue, CssConverter<CssDimension2D> converter)