org.nakedobjects.plugins.dnd.viewer.view.calendar
Class MonthDisplay

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.view.calendar.MonthDisplay
All Implemented Interfaces:
CalendarDisplay

public class MonthDisplay
extends java.lang.Object
implements CalendarDisplay


Constructor Summary
MonthDisplay()
           
 
Method Summary
 void draw(Canvas canvas, Size size)
           
 boolean drop(ContentDrag drag, Size size)
           
 void firstClick(Click click, Size size)
           
 Size getBlockSize(Size size)
           
 Size getRequiredSize()
           
 void layoutDate(View v, java.util.Date date, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthDisplay

public MonthDisplay()
Method Detail

draw

public void draw(Canvas canvas,
                 Size size)
Specified by:
draw in interface CalendarDisplay

drop

public boolean drop(ContentDrag drag,
                    Size size)
Specified by:
drop in interface CalendarDisplay

firstClick

public void firstClick(Click click,
                       Size size)
Specified by:
firstClick in interface CalendarDisplay

getBlockSize

public Size getBlockSize(Size size)
Specified by:
getBlockSize in interface CalendarDisplay

layoutDate

public void layoutDate(View v,
                       java.util.Date date,
                       int width,
                       int height)
Specified by:
layoutDate in interface CalendarDisplay

getRequiredSize

public Size getRequiredSize()
Specified by:
getRequiredSize in interface CalendarDisplay


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.