Uses of Class
org.jhotdraw8.draw.css.value.CssRectangle2D
Packages that use CssRectangle2D
Package
Description
Provides utility classes for converting from/to CSS attribute texts.
-
Uses of CssRectangle2D in org.jhotdraw8.draw.constrain
Methods in org.jhotdraw8.draw.constrain that return CssRectangle2DModifier and TypeMethodDescriptiondefault CssRectangle2DConstrainer.constrainRectangle(Figure f, CssRectangle2D r) Constrains the placement of a rectangle towards the closest constraint in any direction.FigureSpecificConstrainer.constrainRectangle(@NonNull Figure f, CssRectangle2D r) Constrainer.translateRectangle(Figure f, CssRectangle2D r, CssPoint2D dir) Snaps a rectangle into the the closest constraint position in the given direction.FigureSpecificConstrainer.translateRectangle(@NonNull Figure f, CssRectangle2D r, CssPoint2D dir) GridConstrainer.translateRectangle(Figure f, @NonNull CssRectangle2D cssr, @NonNull CssPoint2D cssdir) NullConstrainer.translateRectangle(Figure f, @NonNull CssRectangle2D cssr, @NonNull CssPoint2D cssdir) Methods in org.jhotdraw8.draw.constrain with parameters of type CssRectangle2DModifier and TypeMethodDescriptiondefault CssRectangle2DConstrainer.constrainRectangle(Figure f, CssRectangle2D r) Constrains the placement of a rectangle towards the closest constraint in any direction.FigureSpecificConstrainer.constrainRectangle(@NonNull Figure f, CssRectangle2D r) Constrainer.translateRectangle(Figure f, CssRectangle2D r, CssPoint2D dir) Snaps a rectangle into the the closest constraint position in the given direction.FigureSpecificConstrainer.translateRectangle(@NonNull Figure f, CssRectangle2D r, CssPoint2D dir) GridConstrainer.translateRectangle(Figure f, @NonNull CssRectangle2D cssr, @NonNull CssPoint2D cssdir) NullConstrainer.translateRectangle(Figure f, @NonNull CssRectangle2D cssr, @NonNull CssPoint2D cssdir) -
Uses of CssRectangle2D in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type CssRectangle2DModifier and TypeMethodDescriptionprotected <TT extends CssRectangle2D>
voidRectangle2DCssConverter.produceTokensNonNull(@NonNull TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, @NonNull Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return CssRectangle2DModifier and TypeMethodDescriptionRectangle2DCssConverter.parseNonNull(@NonNull CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) -
Uses of CssRectangle2D in org.jhotdraw8.draw.css.value
Fields in org.jhotdraw8.draw.css.value declared as CssRectangle2DMethods in org.jhotdraw8.draw.css.value that return CssRectangle2DModifier and TypeMethodDescriptionstatic @NonNull CssRectangle2DCssTransforms.transform(@NonNull javafx.scene.transform.Transform transform, @NonNull CssRectangle2D b) Methods in org.jhotdraw8.draw.css.value with parameters of type CssRectangle2DModifier and TypeMethodDescriptionstatic @NonNull javafx.scene.transform.TransformCssTransforms.createReshapeTransform(@NonNull CssRectangle2D csssrc, @NonNull CssSize destX, @NonNull CssSize destY, @NonNull CssSize destW, @NonNull CssSize destH) static @NonNull CssRectangle2DCssTransforms.transform(@NonNull javafx.scene.transform.Transform transform, @NonNull CssRectangle2D b) -
Uses of CssRectangle2D in org.jhotdraw8.draw.figure
Methods in org.jhotdraw8.draw.figure that return CssRectangle2DModifier and TypeMethodDescriptionAbstractCompositeFigure.getCssLayoutBounds()AbstractDrawing.getCssLayoutBounds()The bounds of this drawing is determined by itsWIDTHand itsHEIGHT.AbstractLabelFigure.getCssLayoutBounds()AbstractLineConnectionFigure.getCssLayoutBounds()AbstractRegionFigure.getCssLayoutBounds()ArcFigure.getCssLayoutBounds()BezierPathFigure.getCssLayoutBounds()EllipseFigure.getCssLayoutBounds()Figure.getCssLayoutBounds()ImageFigure.getCssLayoutBounds()LineFigure.getCssLayoutBounds()PageFigure.getCssLayoutBounds()PolygonFigure.getCssLayoutBounds()PolylineFigure.getCssLayoutBounds()default @NonNull CssRectangle2DRectangularFigure.getCssLayoutBounds()SliceFigure.getCssLayoutBounds()TextFigure.getCssLayoutBounds()Constructors in org.jhotdraw8.draw.figure with parameters of type CssRectangle2D -
Uses of CssRectangle2D in org.jhotdraw8.draw.key
Methods in org.jhotdraw8.draw.key that return CssRectangle2DModifier and TypeMethodDescriptionMethods in org.jhotdraw8.draw.key that return types with arguments of type CssRectangle2DModifier and TypeMethodDescription@NonNull org.jhotdraw8.base.converter.Converter<CssRectangle2D> CssRectangle2DStyleableMapAccessor.getCssConverter()@NonNull org.jhotdraw8.base.converter.Converter<CssRectangle2D> NullableCssRectangle2DStyleableMapAccessor.getCssConverter()Methods in org.jhotdraw8.draw.key with parameters of type CssRectangle2DModifier and TypeMethodDescriptionCssRectangle2DStyleableMapAccessor.put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable CssRectangle2D value) NullableCssRectangle2DStyleableMapAccessor.put(@NonNull ImmutableMap<Key<?>, Object> a, @Nullable CssRectangle2D value) voidCssRectangle2DStyleableMapAccessor.set(@NonNull Map<? super Key<?>, Object> a, @Nullable CssRectangle2D value) voidNullableCssRectangle2DStyleableMapAccessor.set(@NonNull Map<? super Key<?>, Object> a, @Nullable CssRectangle2D value)