Package org.jpedal.external
Interface ShapeTracker
public interface ShapeTracker
allow user to recieve raw glyph data as generated
-
Method Summary
-
Method Details
-
addShape
void addShape(int tokenNumber, int type, Shape currentShape, org.jpedal.color.PdfPaint nonstrokecolor, org.jpedal.color.PdfPaint strokecolor) pass user the low-level details- Parameters:
tokenNumber
- actual token reached in stream (useful for working out if objects behind otherstype
- (Cmd.S, Cmd.s, Cmd.B, etc)... B,S and F comands with or without star and upper/lower case to define Fill, Stroke, etccurrentShape
- - shape with unscaled, unrotated PDF co-ordinatesnonstrokecolor
- - used for Fillsstrokecolor
- - used for stroking shape
-