|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use View | |
| biouml.model | |
| biouml.model.util | |
| biouml.standard.diagram | |
| 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 | |
View |
Node.background
The node background. |
protected View |
DiagramElement.view
The DiagramElement view. |
| Methods in biouml.model that return View | |
View |
Node.getBackground()
|
View |
DiagramElement.getView()
|
| Methods in biouml.model with parameters of type View | |
void |
Node.setBackground(View background)
|
void |
DiagramElement.setView(View view)
Normally this function should be called by DiagramViewBuilder. |
| Uses of View in biouml.model.util |
| Methods in biouml.model.util with parameters of type View | |
static java.awt.image.BufferedImage |
ImageGenerator.generateImage(View view)
|
static java.lang.String |
ImageGenerator.generateImageMap(View view,
ImageGenerator.ReferenceGenerator generator)
|
protected static void |
ImageGenerator.generateImageMap(View view,
ImageGenerator.ReferenceGenerator generator,
java.lang.StringBuffer result)
|
| Uses of View in biouml.standard.diagram |
| Methods in biouml.standard.diagram that return View | |
protected View |
PathwaySimulationDiagramViewBuilder.createMathView(Role role,
java.lang.String math,
PathwaySimulationDiagramViewOptions options,
java.awt.Graphics g)
|
| Uses of View in biouml.workbench.diagram |
| Methods in biouml.workbench.diagram that return View | |
View |
DiagramEditorHelper.add(java.lang.Object obj,
java.awt.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 | |
java.awt.Dimension |
DiagramEditorHelper.moveView(View view,
java.awt.Dimension offset)
Should provides necessary changes in view and model if the view can be moved on the specified offset. |
java.awt.Dimension |
DiagramEditorHelper.resizeView(View view,
java.awt.Dimension size)
Should provides necessary changes in view and model if the view can be resized. |
boolean |
DiagramEditorHelper.canAccept(CompositeView composite,
View view)
|
boolean |
DiagramEditorHelper.isResizable(View view)
|
boolean |
DiagramEditorHelper.removeView(View view)
Should provides necessary changes in view and model if the view can removed. |
| Uses of View in ru.biosoft.graphics |
| Subclasses of View in ru.biosoft.graphics | |
class |
ArrowView
|
class |
BoxView
|
class |
CompositeView
Container for View objects. |
class |
EllipseView
|
class |
HtmlView
|
class |
ImageView
Paints GIF or JPEG image. |
class |
LineView
|
class |
PathView
General path view. |
class |
PolygonView
|
class |
PolylineView
|
class |
Ruler
Ruler. |
class |
ShapeView
General shape view. |
class |
TextView
|
| Methods in ru.biosoft.graphics that return View | |
View |
CompositeView.elementAt(int index)
Returns the view at the specified index. |
View |
CompositeView.getDeepestActive(java.awt.Point pt)
Returns deepest view in tree hierarchy, that has ACTIVE state and intersects the specified point. |
View |
CompositeView.getDeepestActive(java.awt.Point pt,
java.lang.Object[] ignoreModels,
java.lang.Class modelClass)
Returns deepest view in tree hierarchy, that has ACTIVE state and intersects the specified point. |
| Methods in ru.biosoft.graphics with parameters of type View | |
void |
CompositeView.insert(View v,
int i)
Inserts view in specified position. |
void |
CompositeView.add(View v,
int mode)
Adds element with insets coordinates ( 0,0 ) |
void |
CompositeView.add(View v,
int mode,
java.awt.Point insets)
Adds new elements and arrange them relative the previous objects. |
protected boolean |
CompositeView.recursiveRemove(View v)
Tracer for remove |
boolean |
CompositeView.remove(View v)
Removes specified view from composite view |
void |
CompositeView.add(View v)
Adds the view to the children list and corrects rectangle of composite view bound. |
| Uses of View in ru.biosoft.graphics.editor |
| Fields in ru.biosoft.graphics.editor declared as View | |
protected View |
ViewPaneEvent.viewSource
The object on which the Event initially occurred. |
protected View |
ViewEditorPane.acceptingSelection
|
| Methods in ru.biosoft.graphics.editor that return View | |
View |
ViewPaneEvent.getViewSource()
Returns the originator of the event. |
View[] |
ViewPane.getView(java.lang.Object model)
? |
protected View |
ViewEditorPane.createSelectionBox(java.awt.Rectangle rect)
|
protected View |
ViewEditorPane.createAcceptingSelectionBox(java.awt.Rectangle rect)
|
View |
ViewEditorHelper.add(java.lang.Object obj,
java.awt.Point location)
Should provides necessary changes in view and model if the view can be resized. |
View |
SelectionManager.getSelectedView(int i)
|
View[] |
SelectionManager.selectModel(java.lang.Object model,
boolean exclusively)
|
View[] |
SelectionManager.selectModels(java.lang.Object[] models,
boolean exclusively)
|
View |
DefaultViewEditorHelper.add(java.lang.Object obj,
java.awt.Point location)
Should provides necessary changes in view and model if the view can be resized. |
| Methods in ru.biosoft.graphics.editor with parameters of type View | |
void |
ViewSelector.paint(java.awt.Graphics g,
View view)
paints selected view to the Graphics |
static void |
ViewPane.makeOffset(View view,
java.awt.Point offset)
|
protected int |
ViewEditorPane.getResizingDirection(View view,
java.awt.Point point)
|
java.awt.Dimension |
ViewEditorHelper.moveView(View view,
java.awt.Dimension offset)
Should provides necessary changes in view and model if the view can be moved on the specified offset. |
java.awt.Dimension |
ViewEditorHelper.resizeView(View view,
java.awt.Dimension size)
Should provides necessary changes in view and model if the view can be resized. |
boolean |
ViewEditorHelper.removeView(View view)
Should provides necessary changes in view and model if the view can removed. |
boolean |
ViewEditorHelper.canAccept(CompositeView composite,
View view)
|
boolean |
ViewEditorHelper.isResizable(View view)
|
boolean |
SelectionManager.contains(View view)
|
void |
SelectionManager.selectView(View view,
boolean exclusively)
|
void |
ResizingBoxSelector.paint(java.awt.Graphics g,
View view)
paints selected view to the Graphics |
void |
InverseSelector.paint(java.awt.Graphics g,
View view)
paints selected view to the Graphics |
java.awt.Dimension |
DefaultViewEditorHelper.moveView(View view,
java.awt.Dimension offset)
Should provides necessary changes in view and model if the view can be moved on the specified offset. |
java.awt.Dimension |
DefaultViewEditorHelper.resizeView(View view,
java.awt.Dimension size)
Should provides necessary changes in view and model if the view can be resized. |
boolean |
DefaultViewEditorHelper.removeView(View view)
Should provides necessary changes in view and model if the view can be resized. |
boolean |
DefaultViewEditorHelper.canAccept(CompositeView composite,
View view)
|
boolean |
DefaultViewEditorHelper.isResizable(View view)
|
void |
BoxSelector.paint(java.awt.Graphics g,
View view)
paints selected view to the Graphics |
| Constructors in ru.biosoft.graphics.editor with parameters of type View | |
ViewPaneEvent(ViewPane viewPane,
View viewSource,
java.awt.event.MouseEvent e,
int x,
int y)
Constructs a Event object with the specified source View. |
|
| Uses of View in ru.biosoft.math.view |
| Methods in ru.biosoft.math.view that return View | |
View |
FormulaViewBuilder.createTitleView(java.lang.String title,
ColorFont font,
java.awt.Graphics g)
Creates view for variable or function name. '_' character indicates that subscript should be used for last part of expression. |
View |
FormulaViewBuilder.createNodeView(Node node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createConstantView(AstConstant node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createVariableView(AstVarNode node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createFunctionView(AstFunNode node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createDivisionView(AstFunNode node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createDifferentiationView(AstFunNode node,
java.awt.Graphics g)
|
protected View |
FormulaViewBuilder.createPowerView(AstFunNode node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createFunctionDeclarationView(AstFunctionDeclaration node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createPiecewiseView(AstPiecewise node,
java.awt.Graphics g)
|
View |
FormulaViewBuilder.createPieceView(AstPiece node,
View valueView,
int valueDy,
int conditionOffset,
java.awt.Graphics g)
|
| Methods in ru.biosoft.math.view with parameters of type View | |
protected void |
FormulaViewBuilder.addAligned(CompositeView cv,
View view,
int mode,
java.awt.Point offset)
|
protected void |
FormulaViewBuilder.align(View view)
|
View |
FormulaViewBuilder.createPieceView(AstPiece node,
View valueView,
int valueDy,
int conditionOffset,
java.awt.Graphics g)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||