HEADER

Uses of Class
ru.biosoft.graphics.View

Packages that use View
biouml.editor 
biouml.model 
ru.biosoft.graphics 
ru.biosoft.graphics.editor 

Uses of View in biouml.editor
 

Methods in biouml.editor that return View
ViewDiagramEditorHelper.add(Object obj, Point location)
          Should provides necessary changes in view and model if the view can be resized.
 

Methods in biouml.editor with parameters of type View
booleanDiagramEditorHelper.canAccept(CompositeView composite, View view)
          
booleanDiagramEditorHelper.isResizable(View view)
          
DimensionDiagramEditorHelper.moveView(View view, Dimension offset)
          Should provides necessary changes in view and model if the view can be moved on the specified offset.
booleanDiagramEditorHelper.removeView(View view)
          Should provides necessary changes in view and model if the view can removed.
DimensionDiagramEditorHelper.resizeView(View view, Dimension size)
          Should provides necessary changes in view and model if the view can be resized.
 

Uses of View in biouml.model
 

Fields in biouml.model declared as View
ViewNode.background
          The node background.
 

Methods in biouml.model that return View
ViewDiagramElement.getView()
          
ViewNode.getBackground()
          
 

Methods in biouml.model with parameters of type View
voidDiagramElement.setView(View view)
          Normally this function should be called by DiagramViewBuilder.
voidNode.setBackground(View background)
          
 

Uses of View in ru.biosoft.graphics
 

Subclasses of View in ru.biosoft.graphics
class CompositeView
          Container for View objects.
class ImageView
          Paints GIF or JPEG image.
class LineView
          
class ShapeView
          General shape view.
class TextView
          
 

Methods in ru.biosoft.graphics that return View
ViewCompositeView.elementAt(int index)
          Returns the view at the specified index.
ViewCompositeView.getDeepestActive(Point pt)
          Returns deepest view in tree hierarchy, that has View.ACTIVE state and intersects the specified point.
 

Methods in ru.biosoft.graphics with parameters of type View
voidCompositeView.add(View v, int mode, Point insets)
          Adds new elements and arrange them relative the previous objects.
voidCompositeView.add(View v, int mode)
          Adds element with insets coordinates ( 0,0 )
voidCompositeView.add(View v)
          Adds the view to the children list and corrects rectangle of composite view bound.
voidCompositeView.insert(View v, int i)
          Inserts view in specified position.
booleanCompositeView.remove(View v)
          Removes specified view from composite view
 

Uses of View in ru.biosoft.graphics.editor
 

Constructors in ru.biosoft.graphics.editor with parameters of type View
ViewPaneEvent.ViewPaneEvent(ViewPane viewPane, View viewSource, MouseEvent e, int x, int y)
          Constructs a Event object with the specified source View.
 

Methods in ru.biosoft.graphics.editor that return View
ViewDefaultViewEditorHelper.add(Object obj, Point location)
          Should provides necessary changes in view and model if the view can be resized.
ViewSelectionManager.getSelectedView(int i)
          
View[]SelectionManager.selectModel(Object model, boolean exclusively)
          
View[]SelectionManager.selectModels(Object[] models, boolean exclusively)
          
ViewViewEditorHelper.add(Object obj, Point location)
          Should provides necessary changes in view and model if the view can be resized.
View[]ViewPane.getView(Object model)
          ? take into account that many views can have the same model ???
ViewViewPaneEvent.getViewSource()
          Returns the originator of the event.
 

Methods in ru.biosoft.graphics.editor with parameters of type View
voidBoxSelector.paint(Graphics g, View view)
          paints selected view to the Graphics
booleanDefaultViewEditorHelper.canAccept(CompositeView composite, View view)
          
booleanDefaultViewEditorHelper.isResizable(View view)
          
DimensionDefaultViewEditorHelper.moveView(View view, Dimension offset)
          Should provides necessary changes in view and model if the view can be moved on the specified offset.
booleanDefaultViewEditorHelper.removeView(View view)
          Should provides necessary changes in view and model if the view can be resized.
DimensionDefaultViewEditorHelper.resizeView(View view, Dimension size)
          Should provides necessary changes in view and model if the view can be resized.
voidInverseSelector.paint(Graphics g, View view)
          paints selected view to the Graphics
voidResizingBoxSelector.paint(Graphics g, View view)
          paints selected view to the Graphics
booleanSelectionManager.contains(View view)
          
voidSelectionManager.selectView(View view, boolean exclusively)
          
booleanViewEditorHelper.canAccept(CompositeView composite, View view)
          
booleanViewEditorHelper.isResizable(View view)
          
DimensionViewEditorHelper.moveView(View view, Dimension offset)
          Should provides necessary changes in view and model if the view can be moved on the specified offset.
booleanViewEditorHelper.removeView(View view)
          Should provides necessary changes in view and model if the view can removed.
DimensionViewEditorHelper.resizeView(View view, Dimension size)
          Should provides necessary changes in view and model if the view can be resized.
static voidViewPane.makeOffset(View view, Point offset)
          
voidViewSelector.paint(Graphics g, View view)
          paints selected view to the Graphics
 


FOOTER

BOTTOM