|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.interaction.annotations.Border
public class Border
Border characteristics [PDF:1.6:8.4.3].
| Nested Class Summary | |
|---|---|
static class |
Border.StyleEnum
Border style [PDF:1.6:8.4.3]. |
| Constructor Summary | |
|---|---|
Border(Document context)
|
|
Border(Document context,
double width,
Border.StyleEnum style,
LineDash pattern)
|
|
Border(PdfDirectObject baseObject,
PdfIndirectObject container)
|
|
| Method Summary | |
|---|---|
Border |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
LineDash |
getPattern()
Gets the dash pattern used in case of dashed border. |
Border.StyleEnum |
getStyle()
Gets the border style. |
double |
getWidth()
Gets the border width in points. |
void |
setPattern(LineDash value)
|
void |
setStyle(Border.StyleEnum value)
|
void |
setWidth(double value)
|
| Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
|---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Border(Document context)
public Border(Document context,
double width,
Border.StyleEnum style,
LineDash pattern)
public Border(PdfDirectObject baseObject,
PdfIndirectObject container)
| Method Detail |
|---|
public Border clone(Document context)
PdfObjectWrapper
clone in class PdfObjectWrapper<PdfDictionary>context - Which document the clone has to be registered in.public LineDash getPattern()
public Border.StyleEnum getStyle()
public double getWidth()
public void setPattern(LineDash value)
getPattern()public void setStyle(Border.StyleEnum value)
getStyle()public void setWidth(double value)
getWidth()
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||