Public Member Functions | |
GanttData | getData () |
void | setData (GanttData data) |
void | rule (int units) |
void | startComposing (String onUserEvent, String width, String height, double scale) |
Public Member Functions inherited from org.turro.zkoss.svg.Svg | |
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) |
Definition at line 27 of file Gantt.java.
GanttData org.turro.zkoss.svg.Gantt.getData | ( | ) |
Definition at line 40 of file Gantt.java.
void org.turro.zkoss.svg.Gantt.rule | ( | int | units | ) |
Definition at line 48 of file Gantt.java.
void org.turro.zkoss.svg.Gantt.setData | ( | GanttData | data | ) |
Definition at line 44 of file Gantt.java.
void org.turro.zkoss.svg.Gantt.startComposing | ( | String | onUserEvent, |
String | width, | ||
String | height, | ||
double | scale | ||
) |
Reimplemented from org.turro.zkoss.svg.Svg.
Definition at line 61 of file Gantt.java.