javaquery/canvas/src/main/java/net/java/html/canvas/TextMetrics.java
author toni.epple@eppleton.de
Fri, 17 May 2013 12:06:36 +0200
branchcanvas
changeset 1111 8c88d0f187d8
child 1116 362fc74453f0
permissions -rw-r--r--
Extracting interfaces from JavaQuery API. Removed first (automatic) refactoring attempt and redid it manually.
     1 /*
     2  * To change this template, choose Tools | Templates
     3  * and open the template in the editor.
     4  */
     5 package net.java.html.canvas;
     6 
     7 /**
     8  *
     9  * @author antonepple
    10  */
    11 public interface TextMetrics {
    12     
    13 }