|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.paragraphBuilder.ParagraphShape
de.dante.extex.typesetter.paragraphBuilder.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 de.dante.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 lineMethod Detail |
public FixedDimen getIndent(int index)
ParagraphShape
getIndent
in class ParagraphShape
index
- the index of the position
ParagraphShape.getIndent(int)
public FixedDimen getLength(int index)
ParagraphShape
getLength
in class ParagraphShape
index
- 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 |