Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/toolkit/ScaledDrawable.java

Diff revisions: vs.
  @@ -1,8 +1,8 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.toolkit;
3 -
4 - import java.awt.*;
5 -
6 - public interface ScaledDrawable {
7 - public void draw( Graphics pGraphics, Dimension pSize );
8 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.toolkit;
3 +
4 + import java.awt.*;
5 +
6 + public interface ScaledDrawable {
7 + public void draw( Graphics pGraphics, Dimension pSize );
8 + }