Groovy Documentation

simplejpa.swing
[Groovy] Class DateTimePicker.SolidColorPainter

java.lang.Object
  simplejpa.swing.DateTimePicker.SolidColorPainter
All Implemented Interfaces:
Painter

class DateTimePicker.SolidColorPainter

Property Summary
Color color

 
Constructor Summary
DateTimePicker.SolidColorPainter(Color color)

 
Method Summary
void paint(Graphics2D g, JComponent object, int width, int height)

 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Property Detail

color

Color color


 
Constructor Detail

DateTimePicker.SolidColorPainter

DateTimePicker.SolidColorPainter(Color color)


 
Method Detail

paint

@Override
void paint(Graphics2D g, JComponent object, int width, int height)


 

Groovy Documentation