Class LinkDrawer
- java.lang.Object
-
- com.cosylab.vdct.graphics.objects.LinkDrawer
-
public final class LinkDrawer extends Object
!!! support for shortened tail drawing Insert the type's description here. Creation date: (30.1.2001 14:35:04)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description LinkDrawer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)
Creation date: (30.1.2001 14:43:02)static void
drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)
This method was created in VisualAge.static void
drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)
Creation date: (30.1.2001 14:43:02)
-
-
-
Method Detail
-
drawInIntergroupLink
public static void drawInIntergroupLink(Graphics g, ViewState view, OutLink out, InLink in, boolean isRight)
Creation date: (30.1.2001 14:43:02)- Parameters:
g
- java.awt.Graphicsview
- viewout
- com.cosylab.vdct.graphics.objects.OutLinkin
- com.cosylab.vdct.graphics.objects.InLinkisRight
- boolean
-
drawKneeLine
public static void drawKneeLine(Graphics g, ViewState view, OutLink out, InLink in, boolean firstHorizontal)
This method was created in VisualAge.- Parameters:
g
- java.awt.Graphicsview
- viewout
- com.cosylab.vdct.graphics.objects.OutLinkin
- com.cosylab.vdct.graphics.objects.InLinkfirstHorizontal
- boolean
-
drawLink
public static void drawLink(Graphics g, ViewState view, OutLink out, InLink in, int count, boolean isRight)
Creation date: (30.1.2001 14:43:02)- Parameters:
g
- java.awt.Graphicsview
- viewout
- com.cosylab.vdct.graphics.objects.OutLinkin
- com.cosylab.vdct.graphics.objects.InLinkcount
- intisRight
- boolean
-
-