|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.paragraphBuilder.ParagraphShape
public class ParagraphShape
This class defines an arbitrary paragraph shape.
| Constructor Summary | |
|---|---|
ParagraphShape()
Creates a new object. |
|
| Method Summary | |
|---|---|
void |
add(Dimen left,
Dimen right)
Add another pair of points. |
FixedDimen |
getIndent(int index)
Getter for the left hand margin of a certain position. |
FixedDimen |
getLength(int index)
Getter for the right hand margin of a certain position. |
long |
getSize()
Getter for the number of points. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParagraphShape()
| Method Detail |
|---|
public void add(Dimen left,
Dimen right)
left - the left marginright - the right marginpublic FixedDimen getIndent(int index)
index - the index of the position
public FixedDimen getLength(int index)
index - the index of the position
public long getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||