[wadalabfont-kit] / java / Outline.java  

View of /java/Outline.java

Parent Directory | Revision Log
Revision: 1.1 - (download) (as text) (annotate)
Thu Dec 28 08:54:23 2000 UTC (23 years, 4 months ago) by ktanaka
Branch: MAIN
Branch point for: ktanaka
Initial revision
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