Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Shape.ColorFill  view Shape.ColorFill download Shape.ColorFill.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Style
          extended bycom.anotherbigidea.flash.movie.Shape.FillStyle
              extended bycom.anotherbigidea.flash.movie.Shape.ColorFill
Enclosing class:
Shape

public static class Shape.ColorFill
extends Shape.FillStyle


Field Summary
protected  com.anotherbigidea.flash.structs.Color color
           
 
Constructor Summary
Shape.ColorFill(com.anotherbigidea.flash.structs.Color color)
           
 
Method Summary
 com.anotherbigidea.flash.structs.Color getColor()
           
 void setColor(com.anotherbigidea.flash.structs.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected com.anotherbigidea.flash.structs.Color color
Constructor Detail

Shape.ColorFill

public Shape.ColorFill(com.anotherbigidea.flash.structs.Color color)
Method Detail

getColor

public com.anotherbigidea.flash.structs.Color getColor()

setColor

public void setColor(com.anotherbigidea.flash.structs.Color color)