https://issues.apache.org/bugzilla/show_bug.cgi?id=49337
Summary: [PATCH] method disableClipping should be in
PSGraphics2D class, not in
AbstractPSDocumentGraphics2D
Product: XMLGraphicsCommons
Version: Trunk
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Java2D
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25479)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25479)
The proposed patch
The field clippingDisabled is defined in PSGraphics2D class, with a default
value to false.
The setter for this field is defined in the AbstractPSDocumentGraphics2D
sub-class.
I think that the setter should be defined in PSGraphics2D class, so that the
setter stands next to the field.
The patch is trivial: remove the method disableClipping from
AbstractPSDocumentGraphics2D and put it back into PSGraphics2D.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]