org.omegahat.Graphics.Devices
Interface GraphicsParameters
- All Known Subinterfaces:
- GuiGraphicsParameters
- public interface GraphicsParameters
Definition of a structure for associating
basic appearance settings for a
GraphicalComponentInt,
including the background and foreground colors, font, etc.
foregroundColor
public java.awt.Color foregroundColor(java.awt.Color color)
foregroundColor
public java.awt.Color foregroundColor()
backgroundColor
public java.awt.Color backgroundColor(java.awt.Color color)
backgroundColor
public java.awt.Color backgroundColor()
lineWidth
public float lineWidth()
lineWidth
public float lineWidth(float w)
lineDash
public LineDash lineDash()
lineDash
public LineDash lineDash(LineDash dash)
diff
public GraphicsParameters diff(OutputDevice od)