[wadalabfont-kit] / java / Outline.java  

View of /java/Outline.java

Parent Directory | Revision Log
Revision: 1.1.1.1 - (download) (as text) (annotate) (vendor branch)
Thu Dec 28 08:54:23 2000 UTC (23 years, 4 months ago) by ktanaka
Branch: ktanaka
CVS Tags: tmp
Changes since 1.1: +0 -0 lines
change to CVS wadalab font project
public class Outline {
  OutlineComponent[] components;
  Outline(OutlineComponent[] components){
    this.components=components;
  }
  OutlineComponent[] getComponents(){ return components; }
}

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help