File: G2Operation.java

package info (click to toggle)
libpixie-java 1%3A0.8.4-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 1,000 kB
  • ctags: 2,695
  • sloc: java: 11,136; xml: 114; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Date: Mar 9, 2003
 * Time: 1:38:51 PM
 *
 * $Id: G2Operation.java,v 1.1 2003/03/09 20:38:11 taqua Exp $
 */
package org.jfree.pixie.g2recorder;

import java.awt.Graphics2D;

public interface G2Operation
{
  public void draw (Graphics2D g2);
}