|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.tc.Direction
public class Direction
This interface provides a limited set of writing directions. The writing directions are defined as constants. The constructor is private to avoid that additional directions are defined.
| Nested Class Summary | |
|---|---|
static class |
Direction.Dir
This enumeration restricts the values which can be used as components of a direction. |
| Field Summary | |
|---|---|
static Direction |
LR
The constant LR contains the direction for left-to-right languages. |
static Direction |
RL
The constant RL contains the direction for right-to-left languages. |
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
Direction(Direction.Dir beginningOfPage,
Direction.Dir beginningOfLine,
Direction.Dir topOfLine)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Direction LR
public static final Direction RL
protected static final long serialVersionUID
| Constructor Detail |
|---|
public Direction(Direction.Dir beginningOfPage,
Direction.Dir beginningOfLine,
Direction.Dir topOfLine)
beginningOfPage - the beginning of the pagebeginningOfLine - the beginning of the linetopOfLine - the top of the line| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||