Uses of Class
net.sf.jaxodraw.object.JaxoExtendedObject

Packages that use JaxoExtendedObject
net.sf.jaxodraw.object Collection of objects that can be drawn by JaxoDraw. 
net.sf.jaxodraw.object.arc Arc objects. 
net.sf.jaxodraw.object.bezier Bezier objects. 
net.sf.jaxodraw.object.fill Fill objects, ie objects that have a fill color. 
net.sf.jaxodraw.object.group Group objects. 
net.sf.jaxodraw.object.line Line objects. 
net.sf.jaxodraw.object.loop Loop objects. 
net.sf.jaxodraw.object.vertex Vertex objects. 
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object
 class Jaxo3PointObject
           
 class JaxoParticleObject
          The mother of all particle objects (arcs, lines and loops).
 

Methods in net.sf.jaxodraw.object with parameters of type JaxoExtendedObject
 void JaxoExtendedObject.copyFrom(JaxoExtendedObject temp)
          Sets all parameters from the given object to the current one.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.arc
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.arc
 class JaxoArcObject
          The mother of all arc objects.
 class JaxoDashArc
          A dashed arc.
 class JaxoFArc
          A fermion arc.
 class JaxoGArc
          A ghost arc.
 class JaxoGlArc
          A gluon arc.
 class JaxoPArc
          A photon arc.
 class JaxoSArc
          A scalar arc.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.bezier
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.bezier
 class JaxoBezierObject
          Abstract class for the implementation of a bezier curve.
 class JaxoDashBezier
          A dashed bezier curve.
 class JaxoFBezier
          Implementation of a bezier for fermion lines.
 class JaxoGBezier
          Implementation of a bezier for fermion lines.
 class JaxoGlBezier
          Implementation of a bezier for gluon lines.
 class JaxoPBezier
          Implementation of a bezier for photon lines.
 class JaxoSBezier
          Implementation of a bezier for fermion lines.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.fill
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.fill
 class JaxoBlob
          A blob object: a general ellypse that can be rotated.
 class JaxoBox
          A box object.
 class JaxoFillObject
          A general object that can be filled.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.group
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.group
 class JaxoGroup
          Groups together a number of JaxoObjects.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.line
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.line
 class JaxoDashLine
          A dashed line.
 class JaxoFLine
          A fermion line.
 class JaxoGLine
          A ghost line.
 class JaxoGlLine
          A gluon line.
 class JaxoLineObject
          A general line object.
 class JaxoPLine
          A photon line.
 class JaxoSLine
          A scalar line.
 class JaxoZigZagLine
          A zig-zag line.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.loop
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.loop
 class JaxoDashLoop
          A dashed loop.
 class JaxoFLoop
          A fermion loop.
 class JaxoGlLoop
          A gluon loop.
 class JaxoGLoop
          A ghost loop.
 class JaxoLoopObject
          A general loop object.
 class JaxoPLoop
          A photon loop.
 class JaxoSLoop
          A scalar loop.
 

Uses of JaxoExtendedObject in net.sf.jaxodraw.object.vertex
 

Subclasses of JaxoExtendedObject in net.sf.jaxodraw.object.vertex
 class JaxoVertex
          A vertex object.
 class JaxoVertexT1
          A vertex (a filled circle).
 class JaxoVertexT2
          A vertex type 2 object (a cross with a circle).
 class JaxoVertexT3
          A vertex (a filled square).
 class JaxoVertexT4
          A vertex (a cross).
 class JaxoVertexT5
          A vertex (a triangle).
 class JaxoVertexT6
          A vertex (a filled diamond).
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.