|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scilab.forge.jlatexmath.Extension
public class Extension
Represents an extension character that is defined by Char-objects of it's 4 possible parts (null means part not present).
| Constructor Summary | |
|---|---|
Extension(Char t,
Char m,
Char r,
Char b)
|
|
| Method Summary | |
|---|---|
Char |
getBottom()
|
Char |
getMiddle()
|
Char |
getRepeat()
|
Char |
getTop()
|
boolean |
hasBottom()
|
boolean |
hasMiddle()
|
boolean |
hasTop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Extension(Char t,
Char m,
Char r,
Char b)
| Method Detail |
|---|
public boolean hasTop()
public boolean hasMiddle()
public boolean hasBottom()
public Char getTop()
public Char getMiddle()
public Char getRepeat()
public Char getBottom()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||