Uses of Class
net.sourceforge.plantuml.klimt.geom.XLine2D
Packages that use XLine2D
Package
Description
-
Uses of XLine2D in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return types with arguments of type XLine2D -
Uses of XLine2D in net.sourceforge.plantuml.klimt.geom
Methods in net.sourceforge.plantuml.klimt.geom that return XLine2DModifier and TypeMethodDescriptionstatic XLine2DXLine2D.withPoint1(XPoint2D other) XLine2D.withPoint2(XPoint2D other) Methods in net.sourceforge.plantuml.klimt.geom with parameters of type XLine2D -
Uses of XLine2D in net.sourceforge.plantuml.posimo
Methods in net.sourceforge.plantuml.posimo with parameters of type XLine2DModifier and TypeMethodDescriptionRacorder.getRacordIn(XRectangle2D rect, XLine2D tangeante) RacorderFollowTangeante.getRacordIn(XRectangle2D rect, XLine2D tangeante) RacorderFollowTangeanteOld.getRacordIn(XRectangle2D rect, XLine2D tangeante) RacorderInToCenter.getRacordIn(XRectangle2D rect, XLine2D tangeante) RacorderOrthogonal.getRacordIn(XRectangle2D rect, XLine2D tangeante) Racorder.getRacordOut(XRectangle2D rect, XLine2D tangeante) final DotPathRacorderAbstract.getRacordOut(XRectangle2D rect, XLine2D tangeante) Constructors in net.sourceforge.plantuml.posimo with parameters of type XLine2DModifierConstructorDescriptionLineRectIntersection(XLine2D line, XRectangle2D rect) LineSegmentIntersection(XLine2D segment, XLine2D lineB)