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) |
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStreamprotected 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 UGraphicdraw in class UGraphicDelegator