Revision: 1.1.1.1 - (view) (download) (as text)
1 : | ktanaka | 1.1 | public class Outline { |
2 : | OutlineComponent[] components; | ||
3 : | Outline(OutlineComponent[] components){ | ||
4 : | this.components=components; | ||
5 : | } | ||
6 : | OutlineComponent[] getComponents(){ return components; } | ||
7 : | } |
ktanaka Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |