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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Vector
          extended bycom.anotherbigidea.flash.movie.Shape.Line
Enclosing class:
Shape

public static class Shape.Line
extends Shape.Vector


Field Summary
 
Fields inherited from class com.anotherbigidea.flash.movie.Shape.Vector
x, y
 
Constructor Summary
Shape.Line(double x, double y)
           
 
Methods inherited from class com.anotherbigidea.flash.movie.Shape.Vector
getX, getY, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shape.Line

public Shape.Line(double x,
                  double y)