|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxoArrow | |
---|---|
net.sf.jaxodraw.gui.panel.edit | Edit panels that allow to edit JaxoObjects. |
net.sf.jaxodraw.object | Collection of objects that can be drawn by JaxoDraw. |
net.sf.jaxodraw.object.arrow | Arrow objects. |
Uses of JaxoArrow in net.sf.jaxodraw.gui.panel.edit |
---|
Methods in net.sf.jaxodraw.gui.panel.edit with parameters of type JaxoArrow | |
---|---|
void |
JaxoOptionsPanel.addArrowOptionsEditPanel(JaxoArrow arrow,
int gridx,
int gridy)
Adds an edit panel for an arrow at the given position. |
Uses of JaxoArrow in net.sf.jaxodraw.object |
---|
Methods in net.sf.jaxodraw.object that return JaxoArrow | |
---|---|
JaxoArrow |
JaxoParticleObject.getArrow()
Returns the arrow of this particle object. |
Methods in net.sf.jaxodraw.object with parameters of type JaxoArrow | |
---|---|
void |
JaxoObjectEditPanel.addArrowOptionsEditPanel(JaxoArrow arrow,
int gridx,
int gridy)
Adds an edit panel for an arrow at the given position. |
void |
JaxoParticleObject.setArrow(JaxoArrow newArrow)
Sets the dash property of this particle object. |
Uses of JaxoArrow in net.sf.jaxodraw.object.arrow |
---|
Classes in net.sf.jaxodraw.object.arrow that implement JaxoArrow | |
---|---|
class |
AbstractBaseArrow
An arrow for a JaxoObject. |
class |
JaxoDefaultArrow
The default arrow for JaxoDraw. |
Methods in net.sf.jaxodraw.object.arrow that return JaxoArrow | |
---|---|
JaxoArrow |
AbstractBaseArrow.copy()
Returns an exact copy of the given JaxoArrow. |
JaxoArrow |
JaxoArrow.copy()
Returns an exact copy (clone) of the given JaxoArrow. |
Methods in net.sf.jaxodraw.object.arrow with parameters of type JaxoArrow | |
---|---|
boolean |
AbstractBaseArrow.isCopy(JaxoArrow testArrow)
Checks if this Arrow is a copy of the given test Arrow. |
boolean |
JaxoArrow.isCopy(JaxoArrow testArrow)
Checks if this Arrow is a copy of the given test Arrow. |
boolean |
JaxoDefaultArrow.isCopy(JaxoArrow testArrow)
Checks if this Arrow is a copy of the given test Arrow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |