|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.win.swing.component.LyAbstractGanttPanelManager._LySpecialDay
public static class LyAbstractGanttPanelManager._LySpecialDay
Internal class representing a special day for the planning.
Field Summary | |
---|---|
static short |
TYPE_DAY
A generic day. |
static short |
TYPE_DAY_OF_WEEK
A day of week. |
static short |
TYPE_DAY_OF_YEAR
A day of year. |
Constructor Summary | |
---|---|
LyAbstractGanttPanelManager._LySpecialDay(short type,
java.util.Calendar calendar,
java.awt.Color color)
Default constructor for a special day object. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the associated color of this day. |
boolean |
matchDate(java.util.Calendar calendar)
Indicates if the special day corresponds to the date of the given calendar. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short TYPE_DAY_OF_WEEK
public static final short TYPE_DAY_OF_YEAR
public static final short TYPE_DAY
Constructor Detail |
---|
public LyAbstractGanttPanelManager._LySpecialDay(short type, java.util.Calendar calendar, java.awt.Color color)
type
- the type of this special daycalendar
- the special daycolor
- the color of this special dayMethod Detail |
---|
public boolean matchDate(java.util.Calendar calendar)
calendar
- Represents the day to test.
public java.awt.Color getColor()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |