Method Summary |
|
public boolean | getCaption() This will retrieve if the contents are shown as a caption or not. |
public String | getEndPointEndingStyle() This will retrieve the line ending style for the end point,
possible values shown in the LE_ constants section. |
public PDGamma | getInteriorColour() This will retrieve the interior colour of the line endings defined in the
LE entry. |
public float[] | getLine() This will retrieve the start and end coordinates of the line (or leader
line if LL entry is set). |
public String | getStartPointEndingStyle() This will retrieve the line ending style for the start point,
possible values shown in the LE_ constants section. |
public void | setCaption(boolean cap) This will set if the contents are shown as a caption to the line. |
public void | setEndPointEndingStyle(String style) This will set the line ending style for the end point,
see the LE_ constants for the possible values. |
public void | setInteriorColour(PDGamma ic) This will set interior colour of the line endings defined in the LE
entry. |
public void | setLine(float[] l) This will set start and end coordinates of the line (or leader line if LL
entry is set). |
public void | setStartPointEndingStyle(String style) This will set the line ending style for the start point,
see the LE_ constants for the possible values. |