org.omegahat.Graphics.Plots
Class FemaleSymbol

java.lang.Object
  |
  +--org.omegahat.Graphics.Primitives.GraphicalObject
        |
        +--org.omegahat.Graphics.Primitives.RGO
              |
              +--org.omegahat.Graphics.Primitives.GraphicalElement
                    |
                    +--org.omegahat.Graphics.Plots.FemaleSymbol
All Implemented Interfaces:
GraphicalComponentInt

public class FemaleSymbol
extends GraphicalElement


Fields inherited from class org.omegahat.Graphics.Primitives.GraphicalElement
allocator, children, origin, parent, scaleX, scaleY
 
Fields inherited from class org.omegahat.Graphics.Primitives.RGO
region
 
Fields inherited from class org.omegahat.Graphics.Primitives.GraphicalObject
ACTIVE, fontSize, lastDevice, lastHeightCM, lastRegion, lastWidthCM, parents, status, VISIBLE
 
Constructor Summary
FemaleSymbol(double x, double y, double size, int unit)
           
FemaleSymbol(UDouble x, UDouble y, UDouble size)
           
 
Methods inherited from class org.omegahat.Graphics.Primitives.GraphicalElement
addGraphicalObject, addGraphicalObject, draw, parent, parent, setOrigin, setRegionAllocator, setXScale, setYScale, XScale, YScale
 
Methods inherited from class org.omegahat.Graphics.Primitives.RGO
center, centre, createRegionDescription, createRegionDescription, getRegion, height, height, setHJust, setRegion, setVJust, width, width, x, x, y, y
 
Methods inherited from class org.omegahat.Graphics.Primitives.GraphicalObject
cacheSize, draw, getFontSize, getFontSize, getParameters, getParents, getStatus, isActive, isVisible, lastHeightCM, lastRegion, lastWidthCM, parent, parents, setActive, setParameters, setParents, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FemaleSymbol

public FemaleSymbol(double x,
                    double y,
                    double size,
                    int unit)

FemaleSymbol

public FemaleSymbol(UDouble x,
                    UDouble y,
                    UDouble size)