The SceneShape Interface Type

public interface SceneShape
{
   void setSelected(boolean b);
   boolean isSelected();
   void draw(Graphics2D g2);
   void drawSelection(Graphics2D g2);
   void translate(double dx, double dy);
   boolean contains(Point2D aPoint);
}




previous | start | next .... [Slide 28] ....