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

Quick Search    Search Deep

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

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

public static class Shape.LineStyle
extends Shape.Style


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

Field Detail

width

protected double width

color

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

Shape.LineStyle

public Shape.LineStyle(double width,
                       com.anotherbigidea.flash.structs.Color color)
Method Detail

getWidth

public double getWidth()

getColor

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

setWidth

public void setWidth(double width)

setColor

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