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 Style
public final java.awt.Color getLineColor()
getLineColor
in interface Style
public void setLineWidth(float _width)
setLineWidth
in interface Style
public final float getLineWidth()
getLineWidth
in interface Style
public void setFillColor(java.awt.Color _color)
setFillColor
in interface Style
public final java.awt.Color getFillColor()
getFillColor
in interface Style
public void setResolution(Resolution _res)
setResolution
in interface Style
public final Resolution getResolution()
getResolution
in interface Style
public boolean isDrawingFill()
isDrawingFill
in interface Style
public void setDrawingFill(boolean _drawsFill)
setDrawingFill
in interface Style
public boolean isDrawingLines()
isDrawingLines
in interface Style
public void setDrawingLines(boolean _drawsLines)
setDrawingLines
in interface Style
public void setDepthFactor(double factor)
setDepthFactor
in interface Style
public double getDepthFactor()
getDepthFactor
in interface Style
public static XML.ObjectLoader getLoader()