Uses of Interface
net.sourceforge.plantuml.klimt.geom.Positionable
Packages that use Positionable
Package
Description
-
Uses of Positionable in net.sourceforge.plantuml.klimt.geom
Classes in net.sourceforge.plantuml.klimt.geom that implement PositionableMethods in net.sourceforge.plantuml.klimt.geom that return PositionableModifier and TypeMethodDescriptionstatic Positionable
PositionableUtils.addMargin
(Positionable pos, double widthMargin, double heightMargin) static Positionable
PositionableUtils.moveAwayFrom
(Positionable fixe, Positionable toMove) Methods in net.sourceforge.plantuml.klimt.geom with parameters of type PositionableModifier and TypeMethodDescriptionstatic Positionable
PositionableUtils.addMargin
(Positionable pos, double widthMargin, double heightMargin) static XPoint2D
BezierUtils.getCenter
(Positionable p) static boolean
BezierUtils.intersect
(Positionable p1, Positionable p2) static boolean
PositionableUtils.intersect
(Positionable big, Positionable small) static Positionable
PositionableUtils.moveAwayFrom
(Positionable fixe, Positionable toMove) -
Uses of Positionable in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return PositionableModifier and TypeMethodDescriptionstatic Positionable
TextBlockUtils.asPositionable
(XDimension2D dim, StringBounder stringBounder, XPoint2D pt) static Positionable
TextBlockUtils.asPositionable
(TextBlock textBlock, StringBounder stringBounder, XPoint2D pt) -
Uses of Positionable in net.sourceforge.plantuml.posimo
Subinterfaces of Positionable in net.sourceforge.plantuml.posimoClasses in net.sourceforge.plantuml.posimo that implement PositionableMethods in net.sourceforge.plantuml.posimo with parameters of type PositionableModifier and TypeMethodDescriptionvoid
PathDrawer.drawPathAfter
(UGraphic ug, Positionable start, Positionable end, Path path) void
PathDrawer.drawPathBefore
(UGraphic ug, Positionable start, Positionable end, Path path) -
Uses of Positionable in net.sourceforge.plantuml.svek
Classes in net.sourceforge.plantuml.svek that implement Positionable