Uses of Class
net.sourceforge.plantuml.activitydiagram3.gtile.GPoint
Packages that use GPoint
-
Uses of GPoint in net.sourceforge.plantuml.activitydiagram3.gtile
Fields in net.sourceforge.plantuml.activitydiagram3.gtile declared as GPointModifier and TypeFieldDescriptionprotected final GPoint
GAbstractConnection.gpoint1
protected final GPoint
GAbstractConnection.gpoint2
Methods in net.sourceforge.plantuml.activitydiagram3.gtile that return GPointMethods in net.sourceforge.plantuml.activitydiagram3.gtile that return types with arguments of type GPointConstructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type GPointModifierConstructorDescriptionGAbstractConnection
(GPoint gpoint1, GPoint gpoint2) GConnectionHorizontalThenVerticalDown
(UTranslate pos1, GPoint gpoint1, UTranslate pos2, GPoint gpoint2, TextBlock textBlock) GConnectionSideThenVerticalThenSide
(UTranslate pos1, GPoint gpoint1, UTranslate pos2, GPoint gpoint2, double xpos, TextBlock textBlock) GConnectionVerticalDown
(UTranslate pos1, GPoint gpoint1, UTranslate pos2, GPoint gpoint2, TextBlock textBlock) GConnectionVerticalDownThenBack
(UTranslate pos1, GPoint gpoint1, UTranslate pos2, GPoint gpoint2, TextBlock textBlock, double xpos) GConnectionVerticalDownThenHorizontal
(UTranslate pos1, GPoint gpoint1, UTranslate pos2, GPoint gpoint2, TextBlock textBlock)