public class LinkBorderUI extends AbstractBorderUI
Modifier and Type | Field and Description |
---|---|
protected LinkUI |
linkUI |
protected TNetwork |
network |
element, elementUI, THICK
Constructor and Description |
---|
LinkBorderUI(LinkUI linkUI)
Which element UI class hold this border.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds()
Returns an integer Rectangle that completely encloses
specified element's border.
|
java.awt.Stroke |
getStorke() |
void |
paintBorder(java.awt.Graphics2D g2d)
Paint this element border on this graphics.
|
elementPropertyChange, getBorderInset, getColor, getElement, getElementUI, getFillColor, getType, isAntialias, isFill, isRaised, isUnderneath, isVisible, isXormode
public LinkBorderUI(LinkUI linkUI)
elementUI
- ui class.public void paintBorder(java.awt.Graphics2D g2d)
g
- graphics object.element
- element object.public java.awt.Rectangle getBounds()
element
- the element object.public java.awt.Stroke getStorke()
getStorke
in class AbstractBorderUI
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.