public class AttrLabelDetail extends java.lang.Object implements XMLable
| 构造器和说明 |
|---|
AttrLabelDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
clone() |
protected AttrTooltipContent |
createAttrTooltipContent() |
boolean |
equals(java.lang.Object ob) |
java.awt.Color |
getBackgroundColor() |
AttrTooltipContent |
getContent() |
int |
getPosition() |
TextAttr |
getTextAttr() |
boolean |
isAutoAdjust() |
boolean |
isCustom()
自定义
|
boolean |
isShowGuidLine()
牵引线
|
protected void |
readAttrTooltipContent(XMLableReader reader) |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAutoAdjust(boolean autoAdjust) |
void |
setBackgroundColor(java.awt.Color backgroundColor) |
void |
setContent(AttrTooltipContent content) |
void |
setCustom(boolean isCustom) |
void |
setPosition(int position) |
void |
setShowGuidLine(boolean isShowGuidLine) |
void |
setTextAttr(TextAttr textAttr) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
protected AttrTooltipContent createAttrTooltipContent()
public void setContent(AttrTooltipContent content)
public void setCustom(boolean isCustom)
public void setPosition(int position)
public void setShowGuidLine(boolean isShowGuidLine)
public void setTextAttr(TextAttr textAttr)
public TextAttr getTextAttr()
public int getPosition()
public boolean isAutoAdjust()
public void setAutoAdjust(boolean autoAdjust)
public boolean isShowGuidLine()
public boolean isCustom()
public AttrTooltipContent getContent()
public void setBackgroundColor(java.awt.Color backgroundColor)
public java.awt.Color getBackgroundColor()
public void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereader - XML读取对象XMLableReaderprotected void readAttrTooltipContent(XMLableReader reader)
public void writeXML(XMLPrintWriter writer)
XMLWriterpublic boolean equals(java.lang.Object ob)
equals 在类中 java.lang.Objectpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone 在接口中 FCloneableclone 在类中 java.lang.Objectjava.lang.CloneNotSupportedException - 如果克隆失败则抛出此异常