public static class RenderingSettings.LineArtRenderingSettings extends Object
| Constructor and Description |
|---|
LineArtRenderingSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds specified user-class instance that needs to be notified of changes
in the stroke-rendering settings.
|
AntiAlias |
getAntiAlias()
Returns current anti-aliasing setting for shapes.
|
StrokeControl |
getStrokeControl()
Returns how strokes are rendered.
|
void |
setAntiAlias(AntiAlias antiAlias)
Specifies anti-aliasing setting for shapes
|
void |
setStrokeControl(StrokeControl strokeControl)
Specifies how strokes need to be rendered.
|
String |
toString() |
public AntiAlias getAntiAlias()
public void setAntiAlias(AntiAlias antiAlias)
antiAlias - anti-aliasing setting that need to applied for shapespublic StrokeControl getStrokeControl()
public void setStrokeControl(StrokeControl strokeControl)
strokeControl - stroke-rendering settings that need to be appliedpublic void addPropertyChangeListener(PropertyChangeListener listener)
listener - listener that needs to be added