| java.lang.Object com.projity.graphic.configuration.BarStyles
BarStyles | public class BarStyles implements NamedItem(Code) | | Styles of bars on the gantt chart. Holds a collection of bar formats.
|
defaultZoomIndexX | int defaultZoomIndexX(Code) | | |
defaultZoomIndexY | int defaultZoomIndexY(Code) | | |
zoomRatioX | double[] zoomRatioX(Code) | | |
zoomRatioY | double[] zoomRatioY(Code) | | |
BarStyles | public BarStyles()(Code) | | |
addDigesterEvents | public static void addDigesterEvents(Digester digester)(Code) | | |
apply | public void apply(Object ganttable, Closure action)(Code) | | Applies a closure to all bars which should be displayed. The renderer is called back
with the BarFormat to apply for bars which meet their display conditions.
Parameters: ganttable - - A task, resource, assignment... whatever can be displayed in gantt Parameters: action - - Callback - The callback parametes are BarFormats |
apply | public void apply(Object ganttable, Closure action, boolean link, boolean annotation, boolean calendar)(Code) | | |
getMaxZoom | public int getMaxZoom()(Code) | | |
getMinZoom | public int getMinZoom()(Code) | | |
getRatioX | public double getRatioX(int zoom, boolean in)(Code) | | |
getRatioY | public double getRatioY(int zoom, boolean in)(Code) | | |
initZoomX | protected void initZoomX()(Code) | | |
initZoomY | protected void initZoomY()(Code) | | |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
|
|