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(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(Figure f, CssRectangle2D r, CssPoint2D dir) GridConstrainer.translateRectangle(Figure f, CssRectangle2D cssr, CssPoint2D cssdir) NullConstrainer.translateRectangle(Figure f, CssRectangle2D cssr, 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(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(Figure f, CssRectangle2D r, CssPoint2D dir) GridConstrainer.translateRectangle(Figure f, CssRectangle2D cssr, CssPoint2D cssdir) NullConstrainer.translateRectangle(Figure f, CssRectangle2D cssr, 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(TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return CssRectangle2DModifier and TypeMethodDescriptionRectangle2DCssConverter.parseNonNull(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 CssRectangle2DCssTransforms.transform(javafx.scene.transform.Transform transform, CssRectangle2D b) Methods in org.jhotdraw8.draw.css.value with parameters of type CssRectangle2DModifier and TypeMethodDescriptionstatic javafx.scene.transform.TransformCssTransforms.createReshapeTransform(CssRectangle2D csssrc, CssSize destX, CssSize destY, CssSize destW, CssSize destH) static CssRectangle2DCssTransforms.transform(javafx.scene.transform.Transform transform, 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 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 CssRectangle2DMethods in org.jhotdraw8.draw.key that return types with arguments of type CssRectangle2DModifier and TypeMethodDescriptionorg.jhotdraw8.base.converter.Converter<CssRectangle2D> CssRectangle2DStyleableMapAccessor.getCssConverter()org.jhotdraw8.base.converter.Converter<CssRectangle2D> NullableCssRectangle2DStyleableMapAccessor.getCssConverter()Methods in org.jhotdraw8.draw.key with parameters of type CssRectangle2DModifier and TypeMethodDescriptionImmutableMap<Key<?>, Object> CssRectangle2DStyleableMapAccessor.put(ImmutableMap<Key<?>, Object> a, @Nullable CssRectangle2D value) ImmutableMap<Key<?>, Object> NullableCssRectangle2DStyleableMapAccessor.put(ImmutableMap<Key<?>, Object> a, @Nullable CssRectangle2D value) voidCssRectangle2DStyleableMapAccessor.set(Map<? super Key<?>, Object> a, @Nullable CssRectangle2D value) voidNullableCssRectangle2DStyleableMapAccessor.set(Map<? super Key<?>, Object> a, @Nullable CssRectangle2D value)