java和flash接口编程
源代码在线查看: shape.vector.html
Shape.Vector (JavaSWF)
function windowTitle()
{
parent.document.title="Shape.Vector (JavaSWF)";
}
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
com.anotherbigidea.flash.movie
Class Shape.Vector
java.lang.Object
com.anotherbigidea.flash.movie.Shape.Element
com.anotherbigidea.flash.movie.Shape.Vector
Direct Known Subclasses: Shape.Curve, Shape.Line, Shape.Move
Enclosing class:Shape
public abstract static class Shape.Vectorextends Shape.Element
Field Summary
protected double
x
protected double
y
Constructor Summary
protected
Shape.Vector(double x,
double y)
Method Summary
double
getX()
double
getY()
void
setX(double x)
void
setY(double y)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
x
protected double x
y
protected double y
Constructor Detail
Shape.Vector
protected Shape.Vector(double x,
double y)
Method Detail
getX
public double getX()
getY
public double getY()
setX
public void setX(double x)
setY
public void setY(double y)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
if(window==top) {
document.writeln('All Classes');
}
//-->
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2000-2005 David N Main. All Rights Reserved.