pt.tumba.parser.swf
Class Shape.ColorFill

java.lang.Object
  extended by pt.tumba.parser.swf.Shape.Element
      extended by pt.tumba.parser.swf.Shape.Style
          extended by pt.tumba.parser.swf.Shape.FillStyle
              extended by pt.tumba.parser.swf.Shape.ColorFill
Enclosing class:
Shape

public static class Shape.ColorFill
extends Shape.FillStyle

Description of the Class

Author:
unknown

Field Summary
protected  Color color
          Description of the Field
 
Constructor Summary
Shape.ColorFill(Color color)
          Constructor for the ColorFill object
 
Method Summary
 Color getColor()
           
 void setColor(Color color)
          Sets the color attribute of the ColorFill object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected Color color
Description of the Field

Constructor Detail

Shape.ColorFill

public Shape.ColorFill(Color color)
Constructor for the ColorFill object

Parameters:
color - Description of the Parameter
Method Detail

getColor

public Color getColor()
Returns:
may be Color or AlphaColor

setColor

public void setColor(Color color)
Sets the color attribute of the ColorFill object

Parameters:
color - The new color value