public class ElementBorder extends AbstractElement
Constructor and Description |
---|
ElementBorder() |
Modifier and Type | Method and Description |
---|---|
void |
drawU(UGraphic ug,
int zIndex,
Dimension2D dimToUse) |
Dimension2D |
getPreferredDimension(StringBounder stringBounder,
double x,
double y) |
void |
setCenter(Element center) |
void |
setEast(Element east) |
void |
setNorth(Element north) |
void |
setSouth(Element south) |
void |
setWest(Element west) |
public final void setNorth(Element north)
public final void setSouth(Element south)
public final void setEast(Element east)
public final void setWest(Element west)
public final void setCenter(Element center)
public void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
public Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
Copyright © 2017. All Rights Reserved.