public abstract class AbstractUGraphicHorizontalLine extends UGraphicDelegator
Modifier | Constructor and Description |
---|---|
protected |
AbstractUGraphicHorizontalLine(UGraphic ug) |
Modifier and Type | Method and Description |
---|---|
UGraphic |
apply(UChange change) |
protected abstract AbstractUGraphicHorizontalLine |
copy(UGraphic ug) |
void |
draw(UShape shape) |
protected abstract void |
drawHline(UGraphic ug,
UHorizontalLine line,
UTranslate translate) |
closeAction, flushUg, getColorMapper, getParam, getStringBounder, getUg, matchesProperty, startUrl, toString
protected AbstractUGraphicHorizontalLine(UGraphic ug)
protected abstract AbstractUGraphicHorizontalLine copy(UGraphic ug)
protected abstract void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)
public void draw(UShape shape)
draw
in interface UGraphic
draw
in class UGraphicDelegator