|
| DossierGantt () |
|
String | getSelectItem () |
|
void | setSelectItem (String selectItem) |
|
Dossier | getDossier () |
|
void | setDossier (Dossier dossier) |
|
double | getScale () |
|
void | setScale (double scale) |
|
boolean | isOnlyPublishable () |
|
void | setOnlyPublishable (boolean onlyPublishable) |
|
void | reload () |
|
void | afterCompose () |
|
void | repaint () |
|
GanttData | getData () |
|
void | setData (GanttData data) |
|
void | rule (int units) |
|
void | startComposing (String onUserEvent, String width, String height, double scale) |
|
void | example () |
|
void | generateContent (Map args) |
|
void | clear () |
|
void | circle (int x, int y, int r) |
|
void | circle (int x, int y, int r, double opacity) |
|
void | circle (int x, int y, int r, String stroke, String strokeWidth, String fill, double opacity) |
|
void | line (int x1, int y1, int x2, int y2, String stroke, String strokeWidth) |
|
void | line (int x1, int y1, int x2, int y2, String stroke, String strokeWidth, double opacity) |
|
void | rectangle (int x, int y, int width, int height, String fill) |
|
void | rectangle (int x, int y, int width, int height, String fill, double opacity) |
|
void | rectangle (int x, int y, int width, int height, String fill, double opacity, String tooltip) |
|
void | roundRectangle (int x, int y, int width, int height, String fill) |
|
void | roundRectangle (int x, int y, int width, int height, String fill, double opacity) |
|
void | roundRectangle (int x, int y, int width, int height, String fill, double opacity, String tooltip) |
|
void | roundRectangle (int x, int y, int rx, int ry, int width, int height, String fill, double opacity) |
|
void | roundRectangle (int x, int y, int rx, int ry, int width, int height, String fill, double opacity, String tooltip) |
|
void | text (String text, int x, int y) |
|
void | text (String text, int x, int y, String tooltip) |
|
void | span (int x, int y, int width, int height, String fill, double opacity) |
|
void | roundSpan (int x, int y, int width, int height, String fill, double opacity) |
|
void | shadowedSpan (int x, int y, int width, int height, String fill, double opacity) |
|
void | shadowedRoundSpan (int x, int y, int width, int height, String fill, double opacity) |
|
void | shadowedLine (int x1, int y1, int x2, int y2, String stroke, String strokeWidth, double opacity) |
|
void | shadowedRectangle (int x, int y, int width, int height, String fill, double opacity) |
|
void | shadowedRoundRectangle (int x, int y, int width, int height, String fill, double opacity, String tooltip) |
|
void | setForceStyle (String forceStyle) |
|
void | setForceTransform (String forceTransform) |
|
void | setClickElementData (String clickElementData) |
|
HTMLGenerator | writeSeparator () |
|
HTMLGenerator | writeNewLine () |
|
HTMLGenerator | writeHorizontalStrut (int pixels) |
|
HTMLGenerator | write (String value) |
|
HTMLGenerator | startTag (String tag, String[] attributes) |
|
HTMLGenerator | startTag (String tag, String attributes) |
|
HTMLGenerator | startTag (String tag) |
|
HTMLGenerator | startTableRow (String[] attributes) |
|
HTMLGenerator | startTableRow (String attributes) |
|
HTMLGenerator | startTableCol (String[] attributes) |
|
HTMLGenerator | startTableCol (String attributes) |
|
HTMLGenerator | startTable (String[] attributes) |
|
HTMLGenerator | startTable (String attributes) |
|
HTMLGenerator | startJavaScript () |
|
HTMLGenerator | startExtAnchor (String url, String hint) |
|
HTMLGenerator | startCSS () |
|
HTMLGenerator | startAnchor (String url, String hint, String cssClass, String onClick) |
|
HTMLGenerator | startAnchor (String url, String hint, String cssClass) |
|
HTMLGenerator | startAnchor (String url, String hint) |
|
void | setOut (Writer out) |
|
HTMLGenerator | endTag (String tag) |
|
HTMLGenerator | endTag () |
|
HTMLGenerator | endTableRow () |
|
HTMLGenerator | endTableCol () |
|
HTMLGenerator | endTable () |
|
HTMLGenerator | endJavaScript () |
|
HTMLGenerator | endCSS () |
|
HTMLGenerator | endBeforeTag (String tag) |
|
HTMLGenerator | endAllTags () |
|
HTMLGenerator | doTag (String tag, String[] attributes) |
|
HTMLGenerator | doTag (String tag, String attributes) |
|
HTMLGenerator | doTag (String tag) |
|
boolean | checkTag (String tag) |
|
HTMLGenerator | addJavaScriptLink (String jsFile) |
|
HTMLGenerator | addCSSLink (String cssFile) |
|