Uses of Class
org.graphstream.ui.swing.renderer.shape.swing.IconAndText
Packages that use IconAndText
Package
Description
-
Uses of IconAndText in org.graphstream.ui.swing.renderer
Fields in org.graphstream.ui.swing.renderer declared as IconAndText -
Uses of IconAndText in org.graphstream.ui.swing.renderer.shape
Methods in org.graphstream.ui.swing.renderer.shape with parameters of type IconAndTextModifier and TypeMethodDescriptionvoidDecorable.decorArea(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText, org.graphstream.ui.graphicGraph.GraphicElement element, Shape shape) Paint the decorations (text and icon).voidDecorable.decorConnector(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText, org.graphstream.ui.graphicGraph.GraphicElement element, Shape shape) -
Uses of IconAndText in org.graphstream.ui.swing.renderer.shape.swing
Methods in org.graphstream.ui.swing.renderer.shape.swing that return IconAndTextModifier and TypeMethodDescriptionstatic IconAndTextIconAndText.apply(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, org.graphstream.ui.graphicGraph.GraphicElement element) ShapeDecor.iconAndText(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, org.graphstream.ui.graphicGraph.GraphicElement element) Generate a new icon and text specific to the given `element`, according to the given `style` and `camera`.Methods in org.graphstream.ui.swing.renderer.shape.swing with parameters of type IconAndTextModifier and TypeMethodDescriptionabstract voidShapeDecor.renderAlong(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText, double x0, double y0, double x1, double y1) Render along the given line coordinates.abstract voidShapeDecor.renderAlong(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText, ConnectorSkeleton skel) abstract voidShapeDecor.renderInside(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText, double x0, double y0, double x1, double y1) Render the decoration inside the given box coordinates.ShapeDecor.size(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, IconAndText iconAndText) Overall size (getWidth() and getHeight()) of the decoration, taking into account the `iconAndText` as well as the various metrics specified by the style.