public interface IlvGraphLayoutParametersProvider
IlvGraphLayoutParameters
for a specific layout style. The class
IlvGraphLayoutParameters
is used to add custom setters for
graph layout parameters to transfer the CSS specification into the
graph layout instance. It is also used to handle layout contraints.
Usually, a graph layout parameters provider is only needed when you
implement a new graph layout class that has new paramaeters.Modifier and Type | Method and Description |
---|---|
IlvGraphLayoutParameters |
getParameters(IlvGraphLayoutRenderer renderer,
IlvGraphLayout layout)
Returns the graph layout parameters object.
|
IlvGraphLayoutParameters getParameters(IlvGraphLayoutRenderer renderer, IlvGraphLayout layout)
renderer
- The graph layout rendererlayout
- The layout instance© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.