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 |
isSpecialTxt() |
void |
startUrl(Url url) |
public UGraphicDelegator(UGraphic ug)
public final boolean isSpecialTxt()
isSpecialTxt in interface UGraphicpublic StringBounder getStringBounder()
getStringBounder in interface UGraphicpublic ColorMapper getColorMapper()
getColorMapper in interface UGraphicpublic void closeAction()
closeAction in interface UGraphicprotected UGraphic getUg()