public abstract class AbstractComponent extends java.lang.Object implements Component
| Constructor and Description |
|---|
AbstractComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawBackgroundInternalU(UGraphic ug,
Area area) |
protected abstract void |
drawInternalU(UGraphic ug,
Area area) |
void |
drawU(UGraphic ug,
Area area,
Context2D context) |
double |
getPaddingX() |
double |
getPaddingY() |
java.awt.geom.Dimension2D |
getPreferredDimension(StringBounder stringBounder) |
abstract double |
getPreferredHeight(StringBounder stringBounder) |
abstract double |
getPreferredWidth(StringBounder stringBounder) |
protected void |
stroke(java.awt.Graphics2D g2d,
float dash) |
protected void |
stroke(java.awt.Graphics2D g2d,
float dash,
float thickness) |
protected UGraphic |
stroke(UGraphic ug,
double dashVisible,
double dashSpace) |
protected UGraphic |
stroke(UGraphic ug,
double dashVisible,
double dashSpace,
double thickness) |
protected final void stroke(java.awt.Graphics2D g2d,
float dash,
float thickness)
protected final UGraphic stroke(UGraphic ug, double dashVisible, double dashSpace, double thickness)
protected final void stroke(java.awt.Graphics2D g2d,
float dash)
public double getPaddingX()
public double getPaddingY()
public abstract double getPreferredWidth(StringBounder stringBounder)
getPreferredWidth in interface Componentpublic abstract double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight in interface Componentpublic final java.awt.geom.Dimension2D getPreferredDimension(StringBounder stringBounder)
getPreferredDimension in interface Component