Package | Description |
---|---|
com.github.brunothg.game.engine.d2.commons | |
com.github.brunothg.game.engine.d2.object |
Modifier and Type | Method and Description |
---|---|
RenderingOptions |
RenderingOptions.apply(Graphics g)
Apply this rendering settings to an
Graphics object. |
RenderingOptions |
RenderingOptions.apply(Graphics2D g,
boolean fullyReplace)
Apply this rendering settings to an
Graphics2D object. |
RenderingOptions |
RenderingOptions.apply(Graphics g,
boolean fullyReplace)
Apply this rendering settings to an
Graphics object. |
RenderingOptions |
RenderingOptions.set(RenderingHints.Key key,
Object value)
Set the rendering option.
|
RenderingOptions |
RenderingOptions.setAntiAliasing(Boolean on)
Sets the anti aliasing option.
|
RenderingOptions |
RenderingOptions.setAntiAliasingForText(Boolean on)
Sets the anti aliasing option for text drawing.
|
RenderingOptions |
RenderingOptions.setDithering(Boolean on)
Sets the dithering option.
|
RenderingOptions |
RenderingOptions.setEnhancedAlphaInterpolation(Boolean on)
Sets the enhanced alpha interpolation option.
|
RenderingOptions |
RenderingOptions.setEnhancedColorRednering(Boolean on)
Sets the enhanced color rendering option.
|
RenderingOptions |
RenderingOptions.setEnhancedInterpolation(Boolean on)
Sets the enhanced interpolation option.
|
RenderingOptions |
RenderingOptions.setEnhancedRednering(Boolean on)
Sets the enhanced rendering option.
|
RenderingOptions |
RenderingOptions.setFractionalMetrics(Boolean on)
Sets the fractional metrics option.
|
RenderingOptions |
RenderingOptions.setStrokeControl(Boolean on)
Sets the stroke control option.
|
RenderingOptions |
RenderingOptions.setTextLcdContrast(int contrast)
Controls the LCD contrast level.
|
Modifier and Type | Method and Description |
---|---|
RenderingOptions |
SceneObject.getRenderingOptions()
Get the
RenderingOptions used for painting. |
Modifier and Type | Method and Description |
---|---|
void |
SceneObject.setRenderingOptions(RenderingOptions renderingOptions)
Set the
RenderingOptions for painting. |
Copyright © 2017. All rights reserved.