public class WindowElement
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
WindowElement.Type |
构造器和说明 |
---|
WindowElement() |
限定符和类型 | 方法和说明 |
---|---|
WindowOffset |
getOffset() |
WindowRange |
getRange() |
WindowElement.Type |
getType() |
void |
setOffset(WindowOffset offset) |
void |
setRange(WindowRange range) |
void |
setType(WindowElement.Type type) |
java.lang.String |
toString() |
public WindowElement.Type getType()
public void setType(WindowElement.Type type)
public WindowOffset getOffset()
public void setOffset(WindowOffset offset)
public WindowRange getRange()
public void setRange(WindowRange range)
public java.lang.String toString()
toString
在类中 java.lang.Object