[wadalabfont-kit] / java / OutlineComponent.java  

View of /java/OutlineComponent.java

Parent Directory | Revision Log
Revision: 1.2 - (download) (as text) (annotate)
Thu Jan 4 10:23:56 2001 UTC (23 years, 4 months ago) by ktanaka
Branch: MAIN
CVS Tags: SNAP-20030702, SNAP-20030624, SNAP-20030630, SNAP-20040518, HEAD
Changes since 1.1: +7 -0 lines
MinchoRendererのへんこう瘢雹
import java.util.*;
public abstract class OutlineComponent{
  public abstract void render(Vector ret,double limit);
  public abstract OutlineComponent plus(Point p0);
  public abstract OutlineComponent rot(double theta);
  public abstract OutlineComponent times(double ratio);
  public abstract OutlineComponent timesY(double ratio);
  public abstract Point firstPoint();
  public abstract Point lastPoint();
  public abstract String toString();
}

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help