|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.paragraphBuilder.ParagraphShape
org.extex.typesetter.paragraphBuilder.FixedParagraphShape
public class FixedParagraphShape
This paragraph shape represents a fixed block. It is aligned at 0pt on the left and by the given width on the right.
| Constructor Summary | |
|---|---|
FixedParagraphShape(FixedDimen theHsize)
Creates a new object. |
|
| Method Summary | |
|---|---|
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. |
void |
setHsize(FixedDimen theHsize)
Setter for hsize. |
| Methods inherited from class org.extex.typesetter.paragraphBuilder.ParagraphShape |
|---|
add, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedParagraphShape(FixedDimen theHsize)
theHsize - the width| Method Detail |
|---|
public FixedDimen getIndent(int index)
getIndent in class ParagraphShapeindex - the index of the position
ParagraphShape.getIndent(int)public FixedDimen getLength(int index)
getLength in class ParagraphShapeindex - the index of the position
ParagraphShape.getLength(int)public void setHsize(FixedDimen theHsize)
theHsize - the hsize to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||