public class IlvCompiledSymbolDashboardReader extends Object
IlvGrapher
. This class lets you load the contents
of a dashboard binary file in a Graphic Framework grapher, creating
instances of compiled symbols instead of symbol nodes
customized by CSS in an IlvDashboardDiagram
.
The read(URL)
function directly creates instances of compiled
symbol classes available in the class path without using the CSS or any
other data of the palette symbols. The resulting dashboard grapher does
not use any SDM Model and Engine. You can then manipulate your symbols
in the same way as you do with regular composite graphic objects.
If your dashboard uses predefined link symbols of Dashboard Editor, they are replaced by equivalent built-in Java link classes.
Constructor and Description |
---|
IlvCompiledSymbolDashboardReader(IlvGrapher grapher)
Creates a compiled symbol dashboard reader for an
IlvGrapher . |
public IlvCompiledSymbolDashboardReader(IlvGrapher grapher)
IlvGrapher
.grapher
- The target grapher where the symbols will be created.public void read(URL url) throws IlvDashboardReaderException, IOException
IlvGrapher
of this dashboard reader.url
- The dashboard binary file URL.IlvDashboardReaderException
- Thrown when the given dashboard contents
cannot be read.IOException
- Thrown by the IO operations.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.