|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParagraphShape | |
|---|---|
| org.extex.interpreter.context | This package contains the container for data in the interpreter. |
| org.extex.interpreter.max.context | This package contains a reference implementation for the
Context. |
| org.extex.typesetter | This package contains the typesetter definitions for ExTeX. |
| org.extex.typesetter.paragraphBuilder | This package contains the definitions of a paragraph builder for
|
| Uses of ParagraphShape in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context that return ParagraphShape | |
|---|---|
ParagraphShape |
Context.getParshape()
Getter for the paragraph shape. |
| Methods in org.extex.interpreter.context with parameters of type ParagraphShape | |
|---|---|
void |
Context.setParshape(ParagraphShape shape)
Setter for the paragraph shape. |
| Uses of ParagraphShape in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context that return ParagraphShape | |
|---|---|
ParagraphShape |
ContextImpl.getParshape()
Getter for the parshape. |
| Methods in org.extex.interpreter.max.context with parameters of type ParagraphShape | |
|---|---|
void |
ContextImpl.setParshape(ParagraphShape shape)
Setter for the paragraph shape. |
| Uses of ParagraphShape in org.extex.typesetter |
|---|
| Methods in org.extex.typesetter that return ParagraphShape | |
|---|---|
ParagraphShape |
TypesetterOptions.getParshape()
Getter for the paragraph shape. |
ParagraphShape |
PageContext.getParshape()
Getter for the paragraph shape. |
| Methods in org.extex.typesetter with parameters of type ParagraphShape | |
|---|---|
void |
TypesetterOptions.setParshape(ParagraphShape shape)
Setter for the paragraph shape. |
void |
PageContext.setParshape(ParagraphShape shape)
Setter for the paragraph shape. |
| Uses of ParagraphShape in org.extex.typesetter.paragraphBuilder |
|---|
| Subclasses of ParagraphShape in org.extex.typesetter.paragraphBuilder | |
|---|---|
class |
FixedParagraphShape
This paragraph shape represents a fixed block. |
class |
HangingParagraphShape
This paragraph shape represents a block with hanging indentation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||