Home
last modified time | relevance | path

Searched refs:installAttributes (Results 1 – 10 of 10) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/panelexample/
H A DPortLabelVertexView.java64 uiPanel.installAttributes(value, view, in getRendererComponent()
71 uiPanel.installAttributes(wrapper, view, true, graph); in getRendererComponent()
H A DBusinessObjectEditor2.java47 …editorComponent.installAttributes((BusinessObjectWrapper2) value, graph.getGraphLayoutCache().getM… in getGraphCellEditorComponent()
70 …editorComponent.installAttributes(wrapper, graph.getGraphLayoutCache().getMapping(cell, false), tr… in getGraphCellEditorComponent()
H A DFlyweightUIComponent.java141 protected void installAttributes(Object value, CellView view, in installAttributes() method in FlyweightUIComponent
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/io/svg/
H A DSVGVertexRenderer.java28 public void installAttributes(CellView view) { in installAttributes() method in SVGVertexRenderer
29 super.installAttributes(view); in installAttributes()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/portlabels/
H A DPortLabelVertexView.java116 installAttributes(view); in getRendererComponent()
135 protected void installAttributes(CellView view) { in installAttributes() method in PortLabelVertexView.WrapperPortLabelRenderer
144 portLabelRenderer.installAttributes(view); in installAttributes()
229 protected void installAttributes(CellView view) { in installAttributes() method in PortLabelVertexView.PortLabelVertexRenderer
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/graph/
H A DVertexRenderer.java128 installAttributes(view); in getRendererComponent()
158 protected void installAttributes(CellView view) { in installAttributes() method in VertexRenderer
H A DEdgeRenderer.java154 installAttributes(view); in setView()
553 protected void installAttributes(CellView view) { in installAttributes() method in EdgeRenderer
829 installAttributes(view); in createShape()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/layout/
H A DJGraphWordBrowser.java471 public void installAttributes(CellView cellView) { in installAttributes() method in JGraphWordBrowser.SynonymRenderer
472 super.installAttributes(cellView); in installAttributes()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/components/labels/
H A DMultiLineVertexRenderer.java804 public void installAttributes(CellView view) { in installAttributes() method in MultiLineVertexRenderer
805 super.installAttributes(view); in installAttributes()
/dports/java/jgraph/jgraph-java-5.13.0.4/
H A DChangeLog532 - VertexRenderer invokes installAttributes if leaf or opaque