org.omegahat.Graphics.Plots
Class MaleSymbol

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

public class MaleSymbol
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
MaleSymbol(double x, double y, double size, int unit)
           
MaleSymbol(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

MaleSymbol

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

MaleSymbol

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