public abstract class UGraphicDelegator extends java.lang.Object implements UGraphic
Constructor and Description |
---|
UGraphicDelegator(UGraphic ug) |
Modifier and Type | Method and Description |
---|---|
void |
closeAction() |
void |
draw(UShape shape) |
void |
flushUg() |
ColorMapper |
getColorMapper() |
UParam |
getParam() |
StringBounder |
getStringBounder() |
protected UGraphic |
getUg() |
boolean |
matchesProperty(java.lang.String propertyName) |
void |
startUrl(Url url) |
java.lang.String |
toString() |
public UGraphicDelegator(UGraphic ug)
public java.lang.String toString()
toString
in class java.lang.Object
public final boolean matchesProperty(java.lang.String propertyName)
matchesProperty
in interface UGraphic
public StringBounder getStringBounder()
getStringBounder
in interface UGraphic
public ColorMapper getColorMapper()
getColorMapper
in interface UGraphic
public void closeAction()
closeAction
in interface UGraphic
protected UGraphic getUg()