|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties org.zkoss.zkmax.zul.fusionchart.config.MilestonePropertiesList
public class MilestonePropertiesList
Constructor Summary | |
---|---|
MilestonePropertiesList()
|
Method Summary | |
---|---|
void |
clearAllMilestone()
Clear all of trend lines. |
protected void |
clearAllProperties()
Clear all of chart properties. |
ChartProperties |
createMilestone(java.util.Date date,
GanttModel.GanttTask task,
java.lang.String color)
Add a trend lines on the chart. |
protected ChartProperties |
createProperties(ChartProperties defProps)
Create the chart properties. |
ChartProperties |
getMilestone(int index)
Return the trend line. |
protected ChartProperties |
getProperties(int index)
Returns the chart properties in the specified position. |
void |
removeMilestone(ChartProperties milestone)
Remove the trend line on the chart. |
void |
removeMilestone(int index)
Remove the trend line on the chart in the specified position. |
protected void |
removeProperties(ChartProperties properties)
Remove the chart properties. |
protected void |
removeProperties(int index)
Remove the chart properties in the specified position. |
int |
size()
Return the count of properties. |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties |
---|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MilestonePropertiesList()
Method Detail |
---|
public ChartProperties createMilestone(java.util.Date date, GanttModel.GanttTask task, java.lang.String color)
public ChartProperties getMilestone(int index)
index
-
public void removeMilestone(ChartProperties milestone)
milestone
- public void removeMilestone(int index)
index
- public void clearAllMilestone()
protected ChartProperties createProperties(ChartProperties defProps)
defProps
-
protected ChartProperties getProperties(int index)
index
-
protected void removeProperties(ChartProperties properties)
properties
- protected void removeProperties(int index)
index
- public int size()
protected void clearAllProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |