Uses of Interface
net.sourceforge.plantuml.klimt.geom.Positionable
Packages that use Positionable
Package
Description
-
Uses of Positionable in net.sourceforge.plantuml.cruise
Subinterfaces of Positionable in net.sourceforge.plantuml.cruise -
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 PositionablePositionableUtils.addMargin(Positionable pos, double widthMargin, double heightMargin) static PositionablePositionableUtils.moveAwayFrom(Positionable fixe, Positionable toMove) Methods in net.sourceforge.plantuml.klimt.geom with parameters of type PositionableModifier and TypeMethodDescriptionstatic PositionablePositionableUtils.addMargin(Positionable pos, double widthMargin, double heightMargin) static XPoint2DBezierUtils.getCenter(Positionable p) static booleanBezierUtils.intersect(Positionable p1, Positionable p2) static booleanPositionableUtils.intersect(Positionable big, Positionable small) static PositionablePositionableUtils.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 PositionableTextBlockUtils.asPositionable(XDimension2D dim, StringBounder stringBounder, XPoint2D pt) static PositionableTextBlockUtils.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 TypeMethodDescriptionvoidPathDrawer.drawPathAfter(UGraphic ug, Positionable start, Positionable end, Path path) voidPathDrawer.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