HEADER

Uses of Class
ru.biosoft.graphics.View

Packages that use View
biouml.model 
biouml.model.util 
biouml.workbench.diagram 
ru.biosoft.graphics 
ru.biosoft.graphics.editor 
ru.biosoft.math.view 

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 biouml.model.util
 

Methods in biouml.model.util with parameters of type View
static BufferedImageImageGenerator.generateImage(View view)
          
static StringImageGenerator.generateImageMap(View view, ReferenceGenerator generator)
          
 

Uses of View in biouml.workbench.diagram
 

Methods in biouml.workbench.diagram 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.workbench.diagram 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 ru.biosoft.graphics
 

Subclasses of View in ru.biosoft.graphics
class CompositeView
          Container for View objects.
class HtmlView
          
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, Object[] ignoreModels, Class modelClass)
          Returns deepest view in tree hierarchy, that has View.ACTIVE state and intersects the specified point.
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
 

Uses of View in ru.biosoft.math.view
 

Methods in ru.biosoft.math.view that return View
ViewFormulaViewBuilder.createConstantView(AstConstant node, Graphics g)
          
ViewFormulaViewBuilder.createDifferentiationView(AstFunNode node, Graphics g)
          
ViewFormulaViewBuilder.createDivisionView(AstFunNode node, Graphics g)
          
ViewFormulaViewBuilder.createFunctionDeclarationView(AstFunctionDeclaration node, Graphics g)
          
ViewFormulaViewBuilder.createFunctionView(AstFunNode node, Graphics g)
          
ViewFormulaViewBuilder.createNodeView(Node node, Graphics g)
          
ViewFormulaViewBuilder.createPieceView(AstPiece node, View valueView, int valueDy, int conditionOffset, Graphics g)
          
ViewFormulaViewBuilder.createPiecewiseView(AstPiecewise node, Graphics g)
          
ViewFormulaViewBuilder.createTitleView(String title, ColorFont font, Graphics g)
          Creates view for variable or function name.
ViewFormulaViewBuilder.createVariableView(AstVarNode node, Graphics g)
          
 

Methods in ru.biosoft.math.view with parameters of type View
ViewFormulaViewBuilder.createPieceView(AstPiece node, View valueView, int valueDy, int conditionOffset, Graphics g)
          
 


FOOTER

BOTTOM