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, setFormat
public static final java.lang.String XML_TAG
public IntervalTimeFormat getIntervalTimeFormat()
public void setIntervalTimeFormat(IntervalTimeFormat intervalTimeFormat)
public java.lang.String getFormatJSONKey()
getFormatJSONKey
在类中 AttrTooltipFormat
public java.lang.String getFormatterText()
getFormatterText
在类中 AttrTooltipFormat
public java.lang.String getJs()
getJs
在类中 AttrTooltipFormat
public java.lang.String getXmlTag()
getXmlTag
在类中 AttrTooltipFormat
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 AttrTooltipFormat
writer
- XML写入对象public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 AttrTooltipFormat
reader
- XML读取对象XMLableReader
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 AttrTooltipFormat
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public boolean equals(java.lang.Object ob)
equals
在类中 AttrTooltipFormat
public void add2JSON(JSONObject js) throws JSONException
add2JSON
在类中 AttrTooltipFormat
JSONException