|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.interaction.annotations.Border
@PDF(value=PDF11) public final 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,
double width,
Border.StyleEnum style,
LineDash pattern)
|
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 org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Border(Document context, double width, Border.StyleEnum style, LineDash pattern)
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.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |