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.


Method Summary
 java.awt.Color backgroundColor()
           
 java.awt.Color backgroundColor(java.awt.Color color)
           
 GraphicsParameters diff(OutputDevice od)
           
 java.awt.Color foregroundColor()
           
 java.awt.Color foregroundColor(java.awt.Color color)
           
 LineDash lineDash()
           
 LineDash lineDash(LineDash dash)
           
 float lineWidth()
           
 float lineWidth(float w)
           
 

Method Detail

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)