|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jbeans.physics.model.standingwave.StandingWave
generally describe StandingWave in here
Serializable
,
Serialized FormField Summary | |
(package private) double[] |
coords
|
(package private) double[][] |
coordsC
|
protected javax.swing.event.EventListenerList |
dimListeners
|
protected javax.swing.event.EventListenerList |
modelListeners
|
(package private) int |
x
|
(package private) double |
xmax
|
(package private) double |
xmin
|
(package private) int |
y
|
(package private) double |
ymax
|
(package private) double |
ymin
|
Constructor Summary | |
StandingWave()
|
Method Summary | |
void |
addSurfaceDimensionListener(javax.swing.event.ChangeListener l)
adds an GeometryListener to the shape |
void |
addSurfaceListener(javax.swing.event.ChangeListener l)
adds an GeometryListener to the shape |
protected void |
fireSurfaceChanged()
Notify all listeners that have registered interest for notification on this event type. |
protected void |
fireSurfaceDimensionChanged()
Notify all listeners that have registered interest for notification on this event type. |
double[] |
getSurfaceColors()
|
double[] |
getSurfaceCoordinatesWithColorsInSingle()
|
double[] |
getSurfaceCoordinatesX()
|
double[] |
getSurfaceCoordinatesY()
|
double[] |
getSurfaceCoordinatesZ()
|
int |
getX()
|
int |
getY()
|
void |
removeSurfaceDimensionListener(javax.swing.event.ChangeListener l)
removes an GeometryListener from the shape. |
void |
removeSurfaceListener(javax.swing.event.ChangeListener l)
removes an GeometryListener from the shape. |
void |
setTime(double t)
|
void |
setX(int x)
|
void |
setY(int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient javax.swing.event.EventListenerList modelListeners
protected transient javax.swing.event.EventListenerList dimListeners
int x
int y
double xmin
double ymin
double xmax
double ymax
double[] coords
double[][] coordsC
Constructor Detail |
public StandingWave()
Method Detail |
public void addSurfaceListener(javax.swing.event.ChangeListener l)
public void removeSurfaceListener(javax.swing.event.ChangeListener l)
protected void fireSurfaceChanged()
public void addSurfaceDimensionListener(javax.swing.event.ChangeListener l)
public void removeSurfaceDimensionListener(javax.swing.event.ChangeListener l)
protected void fireSurfaceDimensionChanged()
public void setX(int x)
public int getX()
public void setY(int y)
public int getY()
public void setTime(double t)
public double[] getSurfaceCoordinatesWithColorsInSingle()
public double[] getSurfaceCoordinatesX()
public double[] getSurfaceCoordinatesY()
public double[] getSurfaceCoordinatesZ()
public double[] getSurfaceColors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |