Tagged Questions

0
votes
0answers
29 views

Java: EpsGraphics2D and Compositing (Transparency)

I want take my Java Canvas and export as EPS. The methods are all set up to do this, so the final step is to have it accept my Compositing. For drawing I do: Composite originalComposite = ...