| Modifier and Type | Class and Description |
|---|---|
protected static class |
Style.StyleLoader |
Style.Loader| Modifier and Type | Method and Description |
|---|---|
double |
getDepthFactor() |
java.awt.Color |
getFillColor() |
java.awt.Color |
getLineColor() |
float |
getLineWidth() |
static XML.ObjectLoader |
getLoader() |
Resolution |
getResolution() |
boolean |
isDrawingFill() |
boolean |
isDrawingLines() |
void |
setDepthFactor(double factor) |
void |
setDrawingFill(boolean _drawsFill) |
void |
setDrawingLines(boolean _drawsLines) |
void |
setFillColor(java.awt.Color _color) |
void |
setLineColor(java.awt.Color _color) |
void |
setLineWidth(float _width) |
void |
setResolution(Resolution _res) |
public void setLineColor(java.awt.Color _color)
setLineColor in interface Stylepublic final java.awt.Color getLineColor()
getLineColor in interface Stylepublic void setLineWidth(float _width)
setLineWidth in interface Stylepublic final float getLineWidth()
getLineWidth in interface Stylepublic void setFillColor(java.awt.Color _color)
setFillColor in interface Stylepublic final java.awt.Color getFillColor()
getFillColor in interface Stylepublic void setResolution(Resolution _res)
setResolution in interface Stylepublic final Resolution getResolution()
getResolution in interface Stylepublic boolean isDrawingFill()
isDrawingFill in interface Stylepublic void setDrawingFill(boolean _drawsFill)
setDrawingFill in interface Stylepublic boolean isDrawingLines()
isDrawingLines in interface Stylepublic void setDrawingLines(boolean _drawsLines)
setDrawingLines in interface Stylepublic void setDepthFactor(double factor)
setDepthFactor in interface Stylepublic double getDepthFactor()
getDepthFactor in interface Stylepublic static XML.ObjectLoader getLoader()