Skip navigation links
org.netbeans.api.visual 2.58
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
 
PARENT_RESOURCE_TABLE - Static variable in class org.netbeans.api.visual.widget.ResourceTable
 
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.
performGraphLayout(UniversalGraph) - Method in class org.netbeans.api.visual.graph.layout.TreeGraphLayout
 
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.
performNodesLayout(UniversalGraph, Collection) - Method in class org.netbeans.api.visual.graph.layout.TreeGraphLayout
 
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.
print(Scene) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print the scene exactly as it is.
print(Scene, PageFormat) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print the Scene with provided PageFormat.
print(Scene, ScenePrinter.ScaleStrategy) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print the Scene with the default PageFormat and the provided scale type.
print(Scene, double, double) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print the Scene with specific scaling percentages for the horizontal and vertical direction.
print(Scene, PageFormat, ScenePrinter.ScaleStrategy) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print the Scene with the provided format and scale type.
print(Scene, PageFormat, Rectangle) - Static method in class org.netbeans.api.visual.print.ScenePrinter
Print a specific section of the Scene according to the provided Format.
print(Scene, PageFormat, ScenePrinter.ScaleStrategy, double, double, boolean, boolean, Rectangle, List<LayerWidget>) - Static method in class org.netbeans.api.visual.print.ScenePrinter
This is the master print call.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
org.netbeans.api.visual 2.58