public class AttrTooltipDurationFormat extends AttrTooltipFormat
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
XML_TAG |
ADD, SIZE_PARA| 构造器和说明 |
|---|
AttrTooltipDurationFormat() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add2JSON(JSONObject js) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object ob) |
java.lang.String |
getFormatJSONKey() |
java.lang.String |
getFormatterText() |
IntervalTimeFormat |
getIntervalTimeFormat() |
java.lang.String |
getJs() |
java.lang.String |
getXmlTag() |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setIntervalTimeFormat(IntervalTimeFormat intervalTimeFormat) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
getDefaultEnable, getFormat, getFormatterString, getJsText, isEnable, setEnable, setFormatpublic static final java.lang.String XML_TAG
public IntervalTimeFormat getIntervalTimeFormat()
public void setIntervalTimeFormat(IntervalTimeFormat intervalTimeFormat)
public java.lang.String getFormatJSONKey()
getFormatJSONKey 在类中 AttrTooltipFormatpublic java.lang.String getFormatterText()
getFormatterText 在类中 AttrTooltipFormatpublic java.lang.String getJs()
getJs 在类中 AttrTooltipFormatpublic java.lang.String getXmlTag()
getXmlTag 在类中 AttrTooltipFormatpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 AttrTooltipFormatwriter - XML写入对象public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 AttrTooltipFormatreader - XML读取对象XMLableReaderpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 AttrTooltipFormatjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常public boolean equals(java.lang.Object ob)
equals 在类中 AttrTooltipFormatpublic void add2JSON(JSONObject js) throws JSONException
add2JSON 在类中 AttrTooltipFormatJSONException