public class DataPoint4Gantt extends DataPoint
限定符和类型 | 字段和说明 |
---|---|
static int |
ALL_VALUE |
static int |
PLAN_VALUE |
static int |
PROGRESS |
static int |
REAL_END |
static int |
REAL_START |
构造器和说明 |
---|
DataPoint4Gantt() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone() |
void |
draw(java.awt.Graphics g,
int resolution)
画出系列
|
boolean |
equals(java.lang.Object ob) |
NameSpace |
getParas4Hyperlink()
获取超链中的参数 传递.
|
double |
getPlanEnd() |
Glyph |
getPlanImpl() |
double |
getPlanStart() |
double |
getProgress() |
Glyph |
getProgressImpl() |
double |
getRealEnd() |
Glyph |
getRealEndImpl() |
double |
getRealStart() |
Glyph |
getRealStartImpl() |
java.lang.String |
getType()
返回JS的类型, 用于js端初始化.
|
void |
setPlanEnd(double planEnd) |
void |
setPlanImpl(Glyph planImpl) |
void |
setPlanStart(double planStart) |
void |
setProgress(double progress) |
void |
setProgressImpl(Glyph progressImpl) |
void |
setRealEnd(double realEnd) |
void |
setRealEndImpl(Glyph realEndImpl) |
void |
setRealStart(double realStart) |
void |
setRealStartImpl(Glyph realStartImpl) |
JSONObject |
toJSONObject(Repository repo)
转为json数据
|
containsPara, createDataPointDrillUpHyperLink, createDataPointHotHyperLink, createHotTooltip, drawLabel, evalWithCondition, getCategoryIndex, getCategoryName, getCategoryOriginalName, getDataLabel, getDataPointStyle, getDrawImpl, getDrillUpLink, getDrillUpParas4Hyperlink, getHyperLinkJason, getImageMapAreaTag, getOriginStringValue4JSON, getParameters4Labels, getPercentParaString, getPercentValue, getPureParameters4Labels, getSecondCate, getSeriesIndex, getSeriesName, getSeriesOriginalName, getShape, getThirdCate, getValue, getValueByUnit, getValueParaString, isValueIsInexistence, isValueIsNull, putDataPointConditionAttr, putDataPointConditionAttr, putDataPointConditionAttrWidthDefault, putLabelSeriesConditionAttr, putValueData, setCategoryIndex, setCategoryName, setCategoryOriginalName, setDataLabel, setDataPointStyle, setDrawImpl, setDrillUpLink, setHyperlink, setHyperLinkJason, setIndividualLabelText, setPercentValue, setSecondCate, setSeriesIndex, setSeriesName, setSeriesOriginalName, setShape, setThirdCate, setTooltip, setValue, setValueByUnit, setValueIsInexistence, setValueIsNull, toJSONObject, toOldResult, toResult, toResult, toVanJSONObject, toVanJSONObject
selectableChildren
public static final int ALL_VALUE
public static final int PLAN_VALUE
public static final int REAL_START
public static final int REAL_END
public static final int PROGRESS
public void setProgress(double progress)
public double getProgress()
public void setRealEnd(double realEnd)
public double getRealEnd()
public void setRealStart(double realStart)
public double getRealStart()
public void setPlanEnd(double planEnd)
public double getPlanEnd()
public void setPlanStart(double planStart)
public double getPlanStart()
public void setProgressImpl(Glyph progressImpl)
public Glyph getProgressImpl()
public void setRealEndImpl(Glyph realEndImpl)
public Glyph getRealEndImpl()
public void setRealStartImpl(Glyph realStartImpl)
public Glyph getRealStartImpl()
public void setPlanImpl(Glyph planImpl)
public Glyph getPlanImpl()
public NameSpace getParas4Hyperlink()
getParas4Hyperlink
在类中 DataPoint
public void draw(java.awt.Graphics g, int resolution)
DataPoint
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 DataPoint
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public JSONObject toJSONObject(Repository repo) throws JSONException
toJSONObject
在接口中 Glyph
toJSONObject
在类中 DataPoint
repo
- 请求JSONException
- 抛错