com.partnersoft.modules.inspection.ephemera
Class FormAndContentsEphemeron

java.lang.Object
  extended by com.partnersoft.modules.inspection.ephemera.FormAndContentsEphemeron
All Implemented Interfaces:
com.partnersoft.maps.ephemera.Ephemeron

public class FormAndContentsEphemeron
extends java.lang.Object
implements com.partnersoft.maps.ephemera.Ephemeron

Ephemeron for drawing a ManageModulesForm. Handles drawing grid and all icons.

Author:
Rich Stepanski

Constructor Summary
FormAndContentsEphemeron(ManageModulesKit kit, ManageModulesForm form)
           
 
Method Summary
 void draw(com.partnersoft.maps.render.DrawingSurface surface, com.partnersoft.maps.model.MapViewFrame frame, com.partnersoft.geometry.xy.XyPoint mousePosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormAndContentsEphemeron

public FormAndContentsEphemeron(ManageModulesKit kit,
                                ManageModulesForm form)
Method Detail

draw

public void draw(com.partnersoft.maps.render.DrawingSurface surface,
                 com.partnersoft.maps.model.MapViewFrame frame,
                 com.partnersoft.geometry.xy.XyPoint mousePosition)
Specified by:
draw in interface com.partnersoft.maps.ephemera.Ephemeron