public static class GraphicsOp.HintOp extends GraphicsOp.StateOp
GraphicsOp.ActionOp, GraphicsOp.BackgroundOp, GraphicsOp.ClearHintsOp, GraphicsOp.ClearOp, GraphicsOp.ClipOp, GraphicsOp.ColorOp, GraphicsOp.CompositeOp, GraphicsOp.ControlOp, GraphicsOp.DrawImageOp, GraphicsOp.DrawShapeOp, GraphicsOp.DrawStringOp, GraphicsOp.EndOp, GraphicsOp.FontOp, GraphicsOp.GroupEndOp, GraphicsOp.GroupStartOp, GraphicsOp.HintOp, GraphicsOp.InitOp, GraphicsOp.PaintOp, GraphicsOp.StateOp, GraphicsOp.StrokeOp, GraphicsOp.TransformOp, GraphicsOp.XorModeOp
Modifier and Type | Field and Description |
---|---|
private java.awt.RenderingHints.Key |
key |
private java.lang.Object |
value |
Constructor and Description |
---|
HintOp(java.awt.RenderingHints.Key key,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
apply(GraphicsStyle c) |
java.awt.RenderingHints.Key |
getKey() |
java.lang.Object |
getValue() |
void |
replay(java.awt.Graphics2D g) |
public void apply(GraphicsStyle c)
public java.awt.RenderingHints.Key getKey()
public java.lang.Object getValue()
public void replay(java.awt.Graphics2D g)