classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Implemented Graphics.hitClip


From: Roman Kennke
Subject: [cp-patches] FYI: Implemented Graphics.hitClip
Date: Mon, 10 Oct 2005 12:20:47 +0000

I implemented the missing method java.awt.Graphics.hitClip. This default
implementation should be sufficient for all Graphics impls that store
their clip in a Rectangle or Shape, but could be optimized by a Graphics
impl that store plain integers or something like that.

2005-10-10  Roman Kennke  <address@hidden>

        * java/awt/Graphics.java
        (hitClip): Implemented this method.


/Roman

Attachment: Graphics.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]