Uses of Class
ilog.views.io.IlvOutputStream

Packages that use IlvOutputStream
ilog.tgo.graphic.graphlayout Contains graph layout algorithms that extend those of package ilog.views.graphlayout. 
ilog.views Provides the classes necessary to create a high performance 2D graphic application. 
ilog.views.dxf Provides a reader for the DXF file format. 
ilog.views.graphic Contains the predefined graphic objects of JViews. 
ilog.views.graphic.composite Provides classes for creating Composite Graphics. 
ilog.views.graphic.composite.decoration Provides predefined decorations. 
ilog.views.graphic.composite.layout Provides classes for the layout of the decorations within an IlvComposite
ilog.views.graphic.linkbundle Provides a grapher link that stores and represents a bundle of individual links ("sublinks"). 
ilog.views.graphic.linkpolicy Contains the link shape policies. 
ilog.views.graphlayout A high-level, generic framework for the graph layout services provided by ILOG JViews, which allows you to easily obtain readable representations of graphs and networks. 
ilog.views.graphlayout.bus The Bus Layout algorithm is designed to display bus network topologies, that is, a set of nodes connected to a bus node. 
ilog.views.graphlayout.circular The Circular Layout algorithm displays graphs representing interconnected ring and/or star network topologies. 
ilog.views.graphlayout.grid The Grid Layout arranges the nodes either in the cells of a matrix (grid), or by rows or columns. 
ilog.views.graphlayout.hierarchical The Hierarchical Layout algorithm arranges the nodes of the graph in horizontal or vertical levels, so that the majority of the links point in the same direction (top-down, left-to-right, and so on). 
ilog.views.graphlayout.labellayout A generic framework for the label layout services provided by ILOG JViews, which can automatically place labels at graphic objects such as nodes and links. 
ilog.views.graphlayout.labellayout.annealing The Annealing Label Layout places labels close to related obstacles such that the amount of overlaps among labels, and between labels and obstacles is small. 
ilog.views.graphlayout.labellayout.random The Random Label Layout algorithm moves the labels of the manager at randomly computed positions inside an user-defined region. 
ilog.views.graphlayout.link The Link Layout algorithm reshapes the links of a graph without moving the nodes. 
ilog.views.graphlayout.link.longlink The Long Link Layout algorithm reshapes the links of a graph without moving the nodes. 
ilog.views.graphlayout.link.shortlink The Short Link Layout algorithm reshapes the links of a graph without moving the nodes. 
ilog.views.graphlayout.multiple The Multiple Layout class is not really a layout algorithm but rather a facility to compose multiple layout algorithms and treat them as one algorithm object. 
ilog.views.graphlayout.random The Random Layout algorithm moves the nodes of the graph at randomly computed positions inside a user-defined region. 
ilog.views.graphlayout.recursive The Recursive Layout class is not really a layout algorithm but rather a facility to traverse a nested graph containing subgraphs and perform layouts recursively for each subgraph. 
ilog.views.graphlayout.springembedder The Spring Embedder Layout algorithm can be used to lay out any type of graph. 
ilog.views.graphlayout.topologicalmesh The Topological Mesh Layout (TML) algorithm can be used to lay out cyclic graphs, both planar and non-planar. 
ilog.views.graphlayout.tree The Tree Layout arranges the nodes of a tree horizontally, vertically or radially, starting from the root of the tree. 
ilog.views.graphlayout.uniformlengthedges The Uniform Length Edges Layout algorithm can be used to lay out any type of graph; it allows you to specify the length of the links. 
ilog.views.hypergraph This package contains the graphic framework for hypergraphs. 
ilog.views.hypergraph.crossing This package contains the utility classes needed to calculate tunnel and bridge crossings in segmented hyperedges. 
ilog.views.hypergraph.edgeconnector This package contains the predefined hyperedge connectors of JViews. 
ilog.views.io Provides the input and output streams to store JViews objects in the IVL format. 
ilog.views.java2d Provides some classes extending Java 2D API. 
ilog.views.linkconnector Contains the predefined link connectors of JViews. 
ilog.views.maps This package contains the base classes to write map applications. 
ilog.views.maps.attribute This package contains the predefined feature attributes of ILOG JViews. 
ilog.views.maps.beans Provides useful beans for creating map applications. 
ilog.views.maps.beans.editor Provides specific editors for coordinates and specific property sheet for datum and ellipsoids. 
ilog.views.maps.datasource Provides predefined data sources. 
ilog.views.maps.filters Provides classes to split map layers according to filtering criteria. 
ilog.views.maps.format This package provides interfaces and classes for dealing with map formats. 
ilog.views.maps.format.cadrg This package contains classes for reading CADRG files. 
ilog.views.maps.format.dem This package contains classes for reading GTOPO30 files. 
ilog.views.maps.format.dted This package contains classes that you can use to read DTED files. 
ilog.views.maps.format.dxf Provides classes to import and georeference DXF files. 
ilog.views.maps.format.geotiff This package contains classes that you can use to read GeoTIFF files. 
ilog.views.maps.format.image This package provides classes for loading images. 
ilog.views.maps.format.kml This package contains classes that you can use to read KML files. 
ilog.views.maps.format.oracle This package provides interfaces and classes for dealing with Oracle SDO. 
ilog.views.maps.format.oracle.objectmodel This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model. 
ilog.views.maps.format.shapefile This package contains classes that you can use to read the ESRI Shapefile format. 
ilog.views.maps.format.svg This package contains classes that you can use to read SVG files. 
ilog.views.maps.format.tiger This package contains classes for reading TIGER/Line 2004 files. 
ilog.views.maps.format.wms This package contains classes that you can use to read images from OpenGIS-compliant servers (Web Map Servers). 
ilog.views.maps.graphic This package contains graphic objects specialized for cartographic display. 
ilog.views.maps.graphic.style Provides styles for stylable IlvMapGraphics. 
ilog.views.maps.grids This package defines a set of classes that display adaptive grids on top of a view. 
ilog.views.maps.label This package contains JViews Maps labeling classes. 
ilog.views.maps.labelling Provides classes and interfaces for map labelling. 
ilog.views.maps.measures General management of raster images. 
ilog.views.maps.projection Classes to manage projections and georeferencement. 
ilog.views.maps.raster Provides classes for orthodromy measurement. 
ilog.views.maps.raster.datasource Provides classes for raster data sources. 
ilog.views.maps.rendering The factories used to translate map features into graphic objects. 
ilog.views.maps.srs.coordsys Provides classes and interfaces for Spatial Reference Systems. 
ilog.views.maps.srs.coordtrans Provides transformations between the coordinate systems. 
ilog.views.maps.theme Provides classes for dynamic styling. 
ilog.views.maps.tiling Specific classes for managing load-on-demand tiles for data sources and feature iterator. 
ilog.views.prototypes Provides legacy facilities that allow you to define custom graphic objects easily. 
ilog.views.sdm.graphic Contains specialized graphic objects used by the SDM component. 
ilog.views.sdm.renderer Contains the classes that define the renderers of an SDM engine. 
ilog.views.sdm.renderer.graphlayout Contains the classes IlvGraphLayoutRenderer and IlvLinkLayoutRenderer that give access to the ILOG JViews Graph Layout capabilities. 
ilog.views.sdm.renderer.maps Contains the class IlvMapRenderer that gives access to the features of the ILOG JViews Maps product. 
ilog.views.svg Contains classes adding SVG (Scalable Vector Graphic) support to ILOG JViews. 
ilog.views.swing Provides all the Swing components necessary to create an application mixing JViews and Swing. 
ilog.views.tiling Provides the framework to implement load on demand. 
 

Uses of IlvOutputStream in ilog.tgo.graphic.graphlayout
 

Methods in ilog.tgo.graphic.graphlayout with parameters of type IlvOutputStream
 void IltLinkLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IltShortLinkLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IltShortLinkLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IltLinkLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views
 

Methods in ilog.views that return IlvOutputStream
protected  IlvOutputStream IlvManager.createOutputStream(OutputStream stream)
          Creates an IlvOutputStream to write a manager.
 

Methods in ilog.views with parameters of type IlvOutputStream
 void IlvManagerLayer.write(IlvOutputStream stream)
          Writes the layer to an output stream.
 void IlvConstantModeManagerFrame.write(IlvOutputStream stream)
          Writes the frame to an IlvOutputStream.
 void IlvLinkConnector.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvZoomFactorVisibilityFilter.write(IlvOutputStream stream)
          Writes the filter to an IlvOutputStream.
 void IlvLayerVisibilityFilter.write(IlvOutputStream stream)
          Writes the filter to an IlvOutputStream.
 void IlvDefaultManagerFrame.write(IlvOutputStream stream)
          Writes the frame to an IlvOutputStream.
 void IlvGraphic.write(IlvOutputStream stream)
          Writes this object to an IlvOutputStream.
 void IlvLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvNamedProperty.write(IlvOutputStream stream)
          Writes the property to an IlvOutputStream.
 void IlvManager.write(IlvOutputStream stream)
          Stores the contents of the manager to an IlvOutputStream.
 void IlvLinkConnector.write(IlvOutputStream stream, IlvLinkImage link, boolean origin)
          Writes information associated with a link to an IlvOutputStream.
 void IlvManagerLayer.writeIt(IlvOutputStream stream)
          Stores the content of the manager layer to an IlvOutputStream.
 void IlvManager.writeIt(IlvOutputStream stream)
          Stores the contents of the manager to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.dxf
 

Methods in ilog.views.dxf that return IlvOutputStream
 IlvOutputStream IlvDXFStreamFactory.createOutputStream(OutputStream stream)
          Returns an IlvInputStream.
 

Uses of IlvOutputStream in ilog.views.graphic
 

Methods in ilog.views.graphic with parameters of type IlvOutputStream
 void IlvDoubleLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvSplineLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvText.write(IlvOutputStream stream)
          Writes the contents of the IlvText to an IVL file.
 void IlvShadowLabel.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvTransformedGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvShadowRectangle.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvSpline.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvGraphicSet.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvPolyline.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvScale.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvFullZoomingGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvPolyPoints.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvPolylineLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvTextPath.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvGraphicHandle.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvLine.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvArrowLine.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvGeneralPath.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvReliefLabel.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvPolygon.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvReliefRectangle.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvFilledLabel.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvOneLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvPointArray.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvHalfZoomingGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvGraphicPath.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvZoomableLabel.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvMarker.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvEnhancedPolylineLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvEllipse.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvRectangle.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvRectangularScale.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvArrowPolyline.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvDefaultCollapsedGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvArc.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvFixedSizeGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvLabel.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvCircularScale.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvIcon.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.graphic.composite
 

Methods in ilog.views.graphic.composite with parameters of type IlvOutputStream
 void IlvCompositeLink.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvCompositeGrapherPin.write(IlvOutputStream stream)
          Writes the grapher pin to an IVL stream.
 void IlvCompositeGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvEventMap.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.graphic.composite.decoration
 

Methods in ilog.views.graphic.composite.decoration with parameters of type IlvOutputStream
 void IlvDiamond.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvBalloon.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvBracket.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvDefaultGraphicManagerFrame.write(IlvOutputStream stream)
          Writes the border to an IVL stream.
 void IlvRoundRectBalloon.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvAssociation.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 

Uses of IlvOutputStream in ilog.views.graphic.composite.layout
 

Methods in ilog.views.graphic.composite.layout with parameters of type IlvOutputStream
 void IlvAttachmentConstraint.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 void IlvAttachmentLayout.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 void IlvCardLayout.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 void IlvStackerLayout.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 void IlvCenteredLayout.write(IlvOutputStream stream)
          Writes the attributes of a persistent object.
 

Uses of IlvOutputStream in ilog.views.graphic.linkbundle
 

Methods in ilog.views.graphic.linkbundle with parameters of type IlvOutputStream
 void IlvLinkBundle.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvDefaultLinkBundleFrame.write(IlvOutputStream stream)
          Writes the frame to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.graphic.linkpolicy
 

Methods in ilog.views.graphic.linkpolicy with parameters of type IlvOutputStream
 void IlvPolicyAwareLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvBridgeCrossings.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvTunnelCrossings.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvAbstractCrossingGraphic.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvCrossingAwareLinkImage.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.graphlayout
 

Methods in ilog.views.graphlayout with parameters of type IlvOutputStream
 void IlvGraphLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvGraphLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvGraphLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.bus
 

Methods in ilog.views.graphlayout.bus with parameters of type IlvOutputStream
 void IlvBusLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvBusLinkConnector.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvBusLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.circular
 

Methods in ilog.views.graphlayout.circular with parameters of type IlvOutputStream
 void IlvClusterInfoProperty.write(IlvOutputStream stream)
          Writes the property to an IlvOutputStream.
 void IlvClusterId.write(IlvOutputStream stream)
          Writes the cluster identifier to an IlvOutputStream.
 void IlvCircularLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvClusterNumber.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvCircularLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvClusterName.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.grid
 

Methods in ilog.views.graphlayout.grid with parameters of type IlvOutputStream
 void IlvGridLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvGridLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.hierarchical
 

Methods in ilog.views.graphlayout.hierarchical with parameters of type IlvOutputStream
 void IlvRelativeLevelConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvGroupSpreadConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvHierarchicalLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvExtremityConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvRelativePositionConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvSameLevelConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvSideBySideConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvHierarchicalConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvHierarchicalLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvLevelRangeConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvHierarchicalLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvNodeGroup.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvRelativeConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 void IlvSwimLaneConstraint.write(IlvOutputStream stream)
          Writes the constraint to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.labellayout
 

Methods in ilog.views.graphlayout.labellayout with parameters of type IlvOutputStream
 void IlvLabelLayoutLabelProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvLabelLayoutManagerProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.labellayout.annealing
 

Methods in ilog.views.graphlayout.labellayout.annealing with parameters of type IlvOutputStream
 void IlvAnnealingLabelLayoutManagerProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvAnnealingLabelLayoutLabelProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvAnnealingPolylineLabelDescriptor.write(IlvOutputStream stream)
          Writes the label descriptor to the output stream.
 void IlvAnnealingPointLabelDescriptor.write(IlvOutputStream stream)
          Writes the label descriptor to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.labellayout.random
 

Methods in ilog.views.graphlayout.labellayout.random with parameters of type IlvOutputStream
 void IlvRandomLabelLayoutManagerProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.link
 

Methods in ilog.views.graphlayout.link with parameters of type IlvOutputStream
 void IlvLinkLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvLinkLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.link.longlink
 

Methods in ilog.views.graphlayout.link.longlink with parameters of type IlvOutputStream
 void IlvLongLinkLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvLongLinkLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.link.shortlink
 

Methods in ilog.views.graphlayout.link.shortlink with parameters of type IlvOutputStream
 void IlvShortLinkLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvShortLinkLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvShortLinkLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.multiple
 

Methods in ilog.views.graphlayout.multiple with parameters of type IlvOutputStream
 void IlvMultipleLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.random
 

Methods in ilog.views.graphlayout.random with parameters of type IlvOutputStream
 void IlvRandomLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.recursive
 

Methods in ilog.views.graphlayout.recursive with parameters of type IlvOutputStream
 void IlvSubgraphCorrectionBarycenterFixed.write(IlvOutputStream stream)
          Writes the object to the output stream.
 void IlvRecursiveLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvSubgraphCorrectionBoundsFixed.write(IlvOutputStream stream)
          Writes the object to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.springembedder
 

Methods in ilog.views.graphlayout.springembedder with parameters of type IlvOutputStream
 void IlvSpringEmbedderLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.topologicalmesh
 

Methods in ilog.views.graphlayout.topologicalmesh with parameters of type IlvOutputStream
 void IlvTopologicalMeshLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvTopologicalMeshLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.tree
 

Methods in ilog.views.graphlayout.tree with parameters of type IlvOutputStream
 void IlvTreeLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvTreeLayoutNodeProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvTreeLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.graphlayout.uniformlengthedges
 

Methods in ilog.views.graphlayout.uniformlengthedges with parameters of type IlvOutputStream
 void IlvUniformLengthEdgesLayoutGrapherProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 void IlvUniformLengthEdgesLayoutLinkProperty.write(IlvOutputStream stream)
          Writes the property to the output stream.
 

Uses of IlvOutputStream in ilog.views.hypergraph
 

Methods in ilog.views.hypergraph with parameters of type IlvOutputStream
 void IlvSegmentedHyperEdge.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvSegmentedHyperEdge.SegmentShape.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvHyperEdge.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvDefaultHyperEdgeEnd.write(IlvOutputStream stream)
          Writes the attributes of this object.
protected  void IlvHyperEdge.writeEnds(IlvOutputStream stream)
          Writes the information about the hyperedge ends.
 

Uses of IlvOutputStream in ilog.views.hypergraph.crossing
 

Methods in ilog.views.hypergraph.crossing with parameters of type IlvOutputStream
 void IlvTunnelCrossings.write(IlvOutputStream stream)
          Writes the object to an IlvOutputStream.
 void IlvA