Uses of Class
casa.lepton.OppNetGraph
Packages that use OppNetGraph
Package
Description
This package contains the LEPTON daemon (
leptond
), that
represents the LEPTON application entry point.This package provides a
OppNetConsole
class that
allows to invoke methods of an OppNetGraph
instance by
sending text commands through a TCP connection from a local or remote host.This package contains classes related to the graphical representation of LEPTON:
OppNetFrame
to display and control
OppNetGraph
in a graphical user interface and
OppNetOutput
to generate images from a LEPTON
execution in order to make videos.-
Uses of OppNetGraph in casa.lepton
Subclasses of OppNetGraph in casa.leptonModifier and TypeClassDescriptionclass
AOppNetGraph
read from an input DGS file.class
AOppNetGraph
which nodes move using aWalker
.Fields in casa.lepton declared as OppNetGraphMethods in casa.lepton that return OppNetGraphModifier and TypeMethodDescriptionOppNode.getGraph()
protected OppNetGraph
leptond.makeNetworkGraph()
Constructors in casa.lepton with parameters of type OppNetGraphModifierConstructorDescriptionOppNode
(OppNetGraph graph, String id, String profile, OppNodeProperties props, String label, Walker walker) Construct a new node.OppNode
(OppNetGraph graph, String id, String profile, OppNodeProperties props, String label, casa.util.geom.CoordCar coord) Construct a new node. -
Uses of OppNetGraph in casa.lepton.console
Constructors in casa.lepton.console with parameters of type OppNetGraphModifierConstructorDescriptionOppNetConsole
(OppNetGraph oppNetGraph, OppNetProperties props) Constructor. -
Uses of OppNetGraph in casa.lepton.ui
Methods in casa.lepton.ui with parameters of type OppNetGraphModifier and TypeMethodDescriptionvoid
FileSinkVideoImages.addTimer
(OppNetGraph graph, Corner corner) Post-rendering action to display the time in a corner of the imageConstructors in casa.lepton.ui with parameters of type OppNetGraphModifierConstructorDescriptionDetailsPanel
(OppNetGraph oppNetGraph) FileSinkVideoImages
(OppNetGraph graph) FileSinkVideoImages
(String prefix, org.graphstream.stream.file.FileSinkImages.OutputType type, org.graphstream.stream.file.FileSinkImages.Resolution resolution, org.graphstream.stream.file.FileSinkImages.OutputPolicy outputPolicy, OppNetGraph graph) FileSinkVideoImages
(org.graphstream.stream.file.FileSinkImages.OutputType type, org.graphstream.stream.file.FileSinkImages.Resolution resolution, OppNetGraph graph) OppNetFrame
(OppNetGraph oppNetGraph, OppNetProperties props) OppNetOutput
(OppNetGraph graph, OppNetProperties props)