|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.core.painter.metrics.AbstractPathManager
public abstract class AbstractPathManager
Abstract definition of the metrics path
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.micropainter.core.painter.metrics.MetricsPathManager |
|---|
MetricsPathManager.ScaleNature |
| Field Summary | |
|---|---|
private GeometryPath |
geometryPath
the geometry path |
private MetricsPathManager.ScaleNature |
nature
default nature is the user space |
private java.awt.Shape |
s
shape of the geometryc path |
private Window2D |
window2d
the window 2D |
| Constructor Summary | |
|---|---|
AbstractPathManager()
|
|
| Method Summary | |
|---|---|
GeometryPath |
getGeometry()
get the geometry of this path manager |
MetricsPathManager.ScaleNature |
getNature()
get the nature of path manager |
Window2D |
getWindow2d()
get the window2D |
void |
setNature(MetricsPathManager.ScaleNature nature)
set the nature of the path manager |
void |
setPath(java.awt.Shape shape)
set the result path for this path manager |
void |
setWindow2d(Window2D window2d)
set the window2D |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.micropainter.core.painter.metrics.MetricsPathManager |
|---|
getDeviceMetrics, getFontRenderContext, setFontRenderContext, validGeometry |
| Field Detail |
|---|
private MetricsPathManager.ScaleNature nature
private Window2D window2d
private GeometryPath geometryPath
private java.awt.Shape s
| Constructor Detail |
|---|
public AbstractPathManager()
| Method Detail |
|---|
public MetricsPathManager.ScaleNature getNature()
getNature in interface MetricsPathManagerpublic void setNature(MetricsPathManager.ScaleNature nature)
setNature in interface MetricsPathManagerpublic Window2D getWindow2d()
getWindow2d in interface MetricsPathManagerpublic void setWindow2d(Window2D window2d)
setWindow2d in interface MetricsPathManagerpublic void setPath(java.awt.Shape shape)
setPath in interface MetricsPathManagerpublic GeometryPath getGeometry()
getGeometry in interface MetricsPathManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||