comparison Android/java/org/madbutterfly/shape.java @ 499:2d7df44e6299 Android_Skia

Make classes public
author Thinker K.F. Li <thinker@branda.to>
date Tue, 01 Dec 2009 22:49:33 +0800
parents 1b6228092a57
children c468e397614d
comparison
equal deleted inserted replaced
498:6fc6061fff58 499:2d7df44e6299
1 package org.madbutterfly; 1 package org.madbutterfly;
2 2
3 class shape { 3 public class shape {
4 protected int addr; 4 protected int addr;
5 redraw_man rdman; 5 redraw_man rdman;
6 protected coord parent; 6 protected coord parent;
7 protected paint stroke, fill; 7 protected paint stroke, fill;
8 8