ru.biosoft.graphics.editor
Class ResizingBoxSelector

java.lang.Object
  extended byru.biosoft.graphics.editor.BoxSelector
      extended byru.biosoft.graphics.editor.ResizingBoxSelector
All Implemented Interfaces:
ViewSelector

public class ResizingBoxSelector
extends BoxSelector


Field Summary
static int DEFAULT_BOX_SIZE
           
static int HALF_DEFAULT_BOX_SIZE
           
 
Constructor Summary
ResizingBoxSelector()
           
 
Method Summary
 void paint(java.awt.Graphics g, View view)
          paints selected view to the Graphics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_BOX_SIZE

public static int DEFAULT_BOX_SIZE

HALF_DEFAULT_BOX_SIZE

public static int HALF_DEFAULT_BOX_SIZE
Constructor Detail

ResizingBoxSelector

public ResizingBoxSelector()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  View view)
paints selected view to the Graphics

Specified by:
paint in interface ViewSelector
Overrides:
paint in class BoxSelector
Parameters:
g - painted Graphics
view - painted view


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.