org.sadun.text.ffp
Class LineFormat.FieldInfo
java.lang.Object
org.sadun.text.ffp.LineFormat.FieldInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- LineFormat
- public class LineFormat.FieldInfo
- extends java.lang.Object
- implements java.lang.Cloneable
A class describing a field.
- Version:
- 1.0
- Author:
- Cristiano Sadun
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_NAME
public static final java.lang.String DEFAULT_NAME
- See Also:
- Constant Field Values
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
getEnd
public int getEnd()
- Returns:
- Returns the end.
getStart
public int getStart()
- Returns:
- Returns the start.
getType
public Type getType()
- Returns:
- Returns the type.
getImage
public java.lang.String getImage()
- Returns:
- Returns the image.
getName
public java.lang.String getName()
- Returns: