Class GeomFactory


  • public abstract class GeomFactory
    extends java.lang.Object
    Project: User: rufenec Date: 11/24/2014 Time: 3:15 PM
    • Constructor Detail

      • GeomFactory

        public GeomFactory​(DrawConfig cfg)
    • Method Detail

      • createPolygon

        public final IPolygon createPolygon()
      • createArrow

        public abstract IArrow createArrow​(java.awt.geom.Rectangle2D r)
      • getBoundingRect

        public abstract java.awt.geom.Rectangle2D getBoundingRect​(StereoMolecule m)
      • getDeleteKey

        public abstract IKeyCode getDeleteKey()
      • getEscapeKey

        public abstract IKeyCode getEscapeKey()
      • getBackSpaceKey

        public abstract IKeyCode getBackSpaceKey()
      • getEnterKey

        public abstract IKeyCode getEnterKey()
      • getDrawConfig

        public DrawConfig getDrawConfig()
      • getHighLightColor

        public final long getHighLightColor()
      • getMapToolColor

        public final long getMapToolColor()
      • getSelectionColor

        public final long getSelectionColor()
      • getForegroundColor

        public final long getForegroundColor()
      • getBackgroundColor

        public final long getBackgroundColor()