Package com.ribs.pdf
Interface PathFactory
- All Known Implementing Classes:
- DefaultFactories
public interface PathFactory
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intLine style constants.static final intstatic final intstatic final intstatic final int
- 
Method SummaryModifier and TypeMethodDescriptionInitialize and return a new empty path.Create a Stroke object using the linecap,linejoin,linewidth,dashpattern, etc from the gstate.
- 
Field Details- 
PDFButtLineCapstatic final int PDFButtLineCapLine style constants. The following constants are the values as they appear in a pdf file, as well as the legal values int the PDFGState- See Also:
 
- 
PDFRoundLineCapstatic final int PDFRoundLineCap- See Also:
 
- 
PDFSquareLineCapstatic final int PDFSquareLineCap- See Also:
 
- 
PDFMiterJoinstatic final int PDFMiterJoin- See Also:
 
- 
PDFRoundJoinstatic final int PDFRoundJoin- See Also:
 
- 
PDFBevelJoinstatic final int PDFBevelJoin- See Also:
 
 
- 
- 
Method Details- 
createEmptyPathGeneralPath createEmptyPath()Initialize and return a new empty path. This path may be used as either the current path or the clipping path.
- 
createStrokeCreate a Stroke object using the linecap,linejoin,linewidth,dashpattern, etc from the gstate. Like all objects created by the factories, the parser just creates them and passes them through to the page markup handler, which can choose to use as much or as little as it wants from them.
 
-