Class KPolylineExtensions
java.lang.Object
de.cau.cs.kieler.klighd.krendering.extensions.KPolylineExtensions
- Author:
- chsch, alb
- This class contains Xtend extension methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.addBoxedTextDecorator(KPolyline pl, KText text, float textWidth, float textHeight) Experimental! This way only works if the polyline leaves to the right side.addKPosition(KPolyline pl, PositionReferenceX px, float absoluteLR, float relativeLR, PositionReferenceY py, float absoluteTB, float relativeTB) addKPosition(KPolyline pl, KXPosition<?> xPos, KYPosition<?> yPos) setJunctionPointDecorator(KPolyline pl, KRendering decorator, float width, float height)
-
Constructor Details
-
KPolylineExtensions
public KPolylineExtensions()
-
-
Method Details
-
addArrowDecorator
Deprecated.useaddHeadArrowDecorator(KPolyline)instead. -
addHeadArrowDecorator
-
addTailArrowDecorator
-
addJunctionPointDecorator
-
setJunctionPointDecorator
public KRendering setJunctionPointDecorator(KPolyline pl, KRendering decorator, float width, float height) -
addInheritanceTriangleArrowDecorator
-
addKPosition
public KPolyline addKPosition(KPolyline pl, PositionReferenceX px, float absoluteLR, float relativeLR, PositionReferenceY py, float absoluteTB, float relativeTB) -
addKPosition
-
addBoxedTextDecorator
public KRendering addBoxedTextDecorator(KPolyline pl, KText text, float textWidth, float textHeight) Experimental! This way only works if the polyline leaves to the right side.
-
addHeadArrowDecorator(KPolyline)instead.