public abstract class AbstractBorderUI extends java.lang.Object implements BorderUI
Modifier and Type | Field and Description |
---|---|
protected Element |
element |
protected ElementUI |
elementUI |
protected TNetwork |
network |
static int |
THICK |
Constructor and Description |
---|
AbstractBorderUI(ElementUI elementUI)
Which element UI class hold this border.
|
Modifier and Type | Method and Description |
---|---|
void |
elementPropertyChange(java.beans.PropertyChangeEvent evt)
Invoked when the related element's any property change.
|
int |
getBorderInset()
The inset between selection border and element.
|
java.awt.Color |
getColor() |
Element |
getElement()
Get the element instance.
|
ElementUI |
getElementUI()
Get which element ui object this border ui painting for.
|
java.awt.Color |
getFillColor() |
java.awt.Stroke |
getStorke() |
int |
getType() |
boolean |
isAntialias() |
boolean |
isFill() |
boolean |
isRaised() |
boolean |
isUnderneath() |
boolean |
isVisible() |
boolean |
isXormode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBounds, paintBorder
public static final int THICK
protected ElementUI elementUI
protected Element element
protected TNetwork network
public AbstractBorderUI(ElementUI elementUI)
elementUI
- ui class.public void elementPropertyChange(java.beans.PropertyChangeEvent evt)
elementPropertyChange
in interface BorderUI
evt
- property change eventpublic ElementUI getElementUI()
BorderUI
getElementUI
in interface BorderUI
public Element getElement()
BorderUI
getElement
in interface BorderUI
public int getBorderInset()
BorderUI
getBorderInset
in interface BorderUI
public java.awt.Stroke getStorke()
public java.awt.Color getColor()
public boolean isAntialias()
public boolean isRaised()
public boolean isVisible()
public int getType()
public boolean isUnderneath()
isUnderneath
in interface BorderUI
public boolean isXormode()
public java.awt.Color getFillColor()
public boolean isFill()
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.