Uses of Class
org.apache.pdfbox.pdmodel.PDAppearanceContentStream
-
Packages that use PDAppearanceContentStream Package Description org.apache.pdfbox.pdmodel.interactive.annotation.handlers org.apache.pdfbox.pdmodel.interactive.annotation.layout -
-
Uses of PDAppearanceContentStream in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.handlers declared as PDAppearanceContentStream Modifier and Type Field Description private PDAppearanceContentStream
CloudyBorder. output
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDAppearanceContentStream Modifier and Type Method Description private PDAppearanceContentStream
PDAbstractAppearanceHandler. getAppearanceEntryAsContentStream(PDAppearanceEntry appearanceEntry, boolean compress)
(package private) PDAppearanceContentStream
PDAbstractAppearanceHandler. getNormalAppearanceAsContentStream()
Get the annotations normal appearance content stream.(package private) PDAppearanceContentStream
PDAbstractAppearanceHandler. getNormalAppearanceAsContentStream(boolean compress)
Get the annotations normal appearance content stream.Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceContentStream Modifier and Type Method Description private void
PDTextAppearanceHandler. addPath(PDAppearanceContentStream contentStream, java.awt.geom.GeneralPath path)
(package private) void
PDAbstractAppearanceHandler. drawArrow(PDAppearanceContentStream cs, float x, float y, float len)
Add the two arms of a horizontal arrow.private void
PDTextAppearanceHandler. drawCheck(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
(package private) void
PDAbstractAppearanceHandler. drawCircle(PDAppearanceContentStream cs, float x, float y, float r)
Add a circle shape to the path in clockwise direction.(package private) void
PDAbstractAppearanceHandler. drawCircle2(PDAppearanceContentStream cs, float x, float y, float r)
Add a circle shape to the path in counterclockwise direction.private void
PDTextAppearanceHandler. drawCircles(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawComment(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawCross(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawCrossHairs(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
(package private) void
PDAbstractAppearanceHandler. drawDiamond(PDAppearanceContentStream cs, float x, float y, float r)
Add a square diamond shape (corner on top) to the path.private void
PDTextAppearanceHandler. drawHelp(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawInsert(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawKey(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawNewParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawNote(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawRightArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawRightPointer(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawStar(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
(package private) void
PDAbstractAppearanceHandler. drawStyle(java.lang.String style, PDAppearanceContentStream cs, float x, float y, float width, boolean hasStroke, boolean hasBackground, boolean ending)
Draw a line ending style.private void
PDTextAppearanceHandler. drawUpArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawUpLeftArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
(package private) void
PDAbstractAppearanceHandler. setOpacity(PDAppearanceContentStream contentStream, float opacity)
Constructors in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceContentStream Constructor Description CloudyBorder(PDAppearanceContentStream stream, double intensity, double lineWidth, PDRectangle rect)
Creates a newCloudyBorder
that writes to the specified content stream. -
Uses of PDAppearanceContentStream in org.apache.pdfbox.pdmodel.interactive.annotation.layout
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.layout declared as PDAppearanceContentStream Modifier and Type Field Description private PDAppearanceContentStream
PlainTextFormatter.Builder. contents
private PDAppearanceContentStream
PlainTextFormatter. contents
Constructors in org.apache.pdfbox.pdmodel.interactive.annotation.layout with parameters of type PDAppearanceContentStream Constructor Description Builder(PDAppearanceContentStream contents)
-