首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
P-Index (Visual Library API) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
P
paint(Graphics2D, boolean)
- Method in interface org.netbeans.api.visual.anchor.
AnchorShape
Renders the shape into a graphics instance
paint(Graphics2D)
- Method in interface org.netbeans.api.visual.anchor.
PointShape
Renders a shape into the graphics instance
paint(Graphics2D, Rectangle)
- Method in interface org.netbeans.api.visual.border.
Border
Paints the border to the Graphics2D instance within specific bounds.
paint(Graphics2D)
- Method in class org.netbeans.api.visual.widget.
Scene
Paints the whole scene into the graphics instance.
paint()
- Method in class org.netbeans.api.visual.widget.
Widget
Paints the widget with its children widget into the Graphics2D instance acquired from Scene.getGraphics method.
paintBackground()
- Method in class org.netbeans.api.visual.widget.
Widget
Called to paint the widget background itself only using the Graphics2D instance acquired from Scene.getGraphics method.
paintBorder()
- Method in class org.netbeans.api.visual.widget.
Widget
Called to paint the widget border itself only using the Graphics2D instance acquired from Scene.getGraphics method.
paintChildren()
- Method in class org.netbeans.api.visual.widget.
ConvolveWidget
Paints the children into the offscreen buffer and then the buffer is rendered regularly using the convolve operation.
paintChildren()
- Method in class org.netbeans.api.visual.widget.
LevelOfDetailsWidget
Paints children based on the zoom factor.
paintChildren()
- Method in class org.netbeans.api.visual.widget.
Widget
Called to paint the children widgets only using the Graphics2D instance acquired from Scene.getGraphics method.
paintWidget()
- Method in class org.netbeans.api.visual.widget.
ComponentWidget
Paints the component widget.
paintWidget()
- Method in class org.netbeans.api.visual.widget.
ConnectionWidget
Paints the connection widget (the path, the anchor shapes, the control points, the end points).
paintWidget()
- Method in class org.netbeans.api.visual.widget.
ImageWidget
Paints the image widget.
paintWidget()
- Method in class org.netbeans.api.visual.widget.
LabelWidget
Paints the label widget.
paintWidget()
- Method in class org.netbeans.api.visual.widget.
SeparatorWidget
Paints the separator widget.
paintWidget()
- Method in class org.netbeans.api.visual.widget.
Widget
Called to paint the widget itself only using the Graphics2D instance acquired from Scene.getGraphics method.
paramString()
- Method in class org.netbeans.api.visual.action.
WidgetAction.WidgetFocusEvent
performGraphLayout(UniversalGraph<N, E>)
- Method in class org.netbeans.api.visual.graph.layout.
GraphLayout
Implements and performs particular graph-oriented algorithm of a UniversalGraph.
performGraphLayout(UniversalGraph<N, E>)
- Method in class org.netbeans.api.visual.graph.layout.
GridGraphLayout
Performs the grid graph layout on an universal graph.
performLayout()
- Method in class org.netbeans.api.visual.layout.
SceneLayout
Called immediately after the scene validation and is responsible for performing the logic e.g.
performNodesLayout(UniversalGraph<N, E>, Collection<N>)
- Method in class org.netbeans.api.visual.graph.layout.
GraphLayout
Implements and performs particular location resolution of a collection of nodes in a UniversalGraph.
performNodesLayout(UniversalGraph<N, E>, Collection<N>)
- Method in class org.netbeans.api.visual.graph.layout.
GridGraphLayout
Should perform nodes layout.
performSelection(Rectangle)
- Method in interface org.netbeans.api.visual.action.
RectangularSelectProvider
Called for perfoming a selection specified by a rectangle in scene coordination system.
PIN_ID_DEFAULT_SUFFIX
- Static variable in class org.netbeans.api.visual.vmd.
VMDGraphScene
PointShape
- Interface in
org.netbeans.api.visual.anchor
Represents a point shape.
PointShapeFactory
- Class in
org.netbeans.api.visual.anchor
The factory class of all built-in point shapes.
PopupMenuProvider
- Interface in
org.netbeans.api.visual.action
This interface provides a popup menu.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.