|
||||||||||
| 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.HangingParagraphShape
public class HangingParagraphShape
This paragraph shape represents a block with hanging indentation.
| Constructor Summary | |
|---|---|
HangingParagraphShape(int theHangafter,
FixedDimen theHangindent,
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 |
setHangafter(int hangafter)
Setter for hangafter. |
void |
setHangindent(FixedDimen hangindent)
Setter for hangindent. |
void |
setHsize(FixedDimen hsize)
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 HangingParagraphShape(int theHangafter,
FixedDimen theHangindent,
FixedDimen theHsize)
theHangafter - the number of lines to start or end hangingtheHangindent - the amount of indentationtheHsize - the width of the line| 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 setHangafter(int hangafter)
hangafter - the hangafter to set.public void setHangindent(FixedDimen hangindent)
hangindent - the hangindent to set.public void setHsize(FixedDimen hsize)
hsize - the hsize to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||