|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colorer.handlers.LineRegion
Field Summary | |
int |
end
Region end position. |
RegionDefine |
rdef
|
Region |
region
Link with associated Region, if exsist. |
Scheme |
scheme
Region scheme. |
boolean |
special
|
int |
start
Region start position. |
Constructor Summary | |
LineRegion(Region region,
RegionDefine rdef,
boolean special,
int start,
int end,
Scheme scheme)
|
Method Summary | |
StyledRegion |
styled()
Transforms this region's reference into styled region define and returns new pointer. |
TextRegion |
texted()
Transforms this region's reference into text region define and returns new pointer. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Region region
public RegionDefine rdef
public boolean special
public int start
public int end
public Scheme scheme
Constructor Detail |
public LineRegion(Region region, RegionDefine rdef, boolean special, int start, int end, Scheme scheme)
Method Detail |
public StyledRegion styled()
public TextRegion texted()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |