|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Brush | |
| biouml.model | |
| biouml.plugins.ginsim | |
| biouml.standard.diagram | |
| biouml.standard.filter | |
| ru.biosoft.graphics | |
| Uses of Brush in biouml.model |
| Fields in biouml.model declared as Brush | |
protected Brush |
DiagramViewOptions.noteBrush
|
| Methods in biouml.model that return Brush | |
Brush |
DiagramViewOptions.getNoteBrush()
|
| Methods in biouml.model with parameters of type Brush | |
void |
DiagramViewOptions.setNoteBrush(Brush noteBrush)
|
| Uses of Brush in biouml.plugins.ginsim |
| Fields in biouml.plugins.ginsim declared as Brush | |
static Brush |
GinSimDiagramViewBuilder.defaultBrush
|
| Uses of Brush in biouml.standard.diagram |
| Fields in biouml.standard.diagram declared as Brush | |
Brush |
PathwayDiagramViewOptions.CellCytoplasmBrush
|
Brush |
PathwayDiagramViewOptions.CellNucleusBrush
|
Brush |
PathwayDiagramViewOptions.GeneBrush
|
Brush |
PathwayDiagramViewOptions.ProteinBrush
|
Brush |
PathwayDiagramViewOptions.ActiveProteinBrush
|
Brush |
PathwayDiagramViewOptions.InactiveProteinBrush
|
Brush |
PathwayDiagramViewOptions.ModefiedProteinBrush
|
Brush |
PathwayDiagramViewOptions.IncreaseActionBrush
|
Brush |
PathwayDiagramViewOptions.DecreaseActionBrush
|
Brush |
PathwayDiagramViewOptions.SwitchOnActionBrush
|
Brush |
PathwayDiagramViewOptions.SwitchOffActionBrush
|
Brush |
PathwayDiagramViewOptions.ReactionBrush
|
Brush |
PathwayDiagramViewOptions.SubstanceBrush
|
| Methods in biouml.standard.diagram that return Brush | |
Brush |
PathwayDiagramViewOptions.getSemanticRelationBrush(java.lang.String relationType)
|
protected Brush |
PathwayDiagramViewBuilder.getReactionBrush(Base reaction,
PathwayDiagramViewOptions options)
|
| Uses of Brush in biouml.standard.filter |
| Fields in biouml.standard.filter declared as Brush | |
protected Brush |
HighlightAction.brush
Brush that should be used to highlight the diagram element (node). |
| Methods in biouml.standard.filter that return Brush | |
Brush |
HighlightAction.getBrush()
|
| Constructors in biouml.standard.filter with parameters of type Brush | |
HighlightAction(Brush brush)
|
|
| Uses of Brush in ru.biosoft.graphics |
| Fields in ru.biosoft.graphics declared as Brush | |
protected Brush |
ShapeView.brush
|
Brush |
GraphicProperties.brushDefault
Default brush: black, solid. |
| Methods in ru.biosoft.graphics that return Brush | |
Brush |
ShapeView.getBrush()
|
Brush |
GraphicProperties.getBrush(java.lang.String brushName)
Returns brush with specified name. |
| Methods in ru.biosoft.graphics with parameters of type Brush | |
void |
GraphicProperties.setBrush(java.lang.String brushName,
Brush brush)
Set (add if such brush absent) brush with specified name. |
static ArrowView.Tip |
ArrowView.createTip(Pen pen,
Brush brush,
int tipType)
|
static ArrowView.Tip |
ArrowView.createArrowTip(Pen pen,
Brush brush,
int w1,
int w2,
int h)
|
static ArrowView.Tip |
ArrowView.createTriangleTip(Pen pen,
Brush brush,
int w,
int h)
|
static ArrowView.Tip |
ArrowView.createDiamondTip(Pen pen,
Brush brush,
int w1,
int w2,
int h)
|
| Constructors in ru.biosoft.graphics with parameters of type Brush | |
ShapeView(java.awt.Shape shape,
Pen pen,
Brush brush)
|
|
PolygonView(Pen pen,
Brush brush)
|
|
PolygonView(Pen pen,
Brush brush,
int[] xpoints,
int[] ypoints)
|
|
PolygonView(Pen pen,
Brush brush,
java.awt.Polygon polygon)
|
|
EllipseView(Pen pen,
Brush brush,
float xCenter,
float yCenter,
float width,
float height)
|
|
BoxView(Pen pen,
Brush brush,
java.awt.Rectangle rect)
|
|
BoxView(Pen pen,
Brush brush,
int x,
int y,
int width,
int height)
|
|
BoxView(Pen pen,
Brush brush,
float x,
float y,
float width,
float height)
|
|
BoxView(Pen pen,
Brush brush,
java.awt.geom.RectangularShape shape)
|
|
ArrowView(Pen pen,
Brush brush,
java.awt.Point pt0,
java.awt.Point pt1,
int startTip,
int endTip)
|
|
ArrowView(Pen pen,
Brush brush,
int x1,
int y1,
int x2,
int y2,
int startTipType,
int endTipType)
|
|
ArrowView(Pen pen,
Brush brush,
int x1,
int y1,
int x2,
int y2,
ArrowView.Tip startTip,
ArrowView.Tip endTip)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||