com.yworks.yfiles.server.graphml.flexio
Interface InsetsProvider

All Known Implementing Classes:
BevelNodeStyle, PanelNodeStyle

public interface InsetsProvider

Implementors of this interface return Insets which can be used for size calculations


Method Summary
 Insets getProvidedInsets()
          Gets the insets provided by the implementor.
 

Method Detail

getProvidedInsets

public Insets getProvidedInsets()
Gets the insets provided by the implementor.

These insets don't necessarily have to be identical with the insets returned by a getInsets() implementation.

Returns:
The insets provided by this instance.


Copyright © 2000-2013 yWorks GmbH. All rights reserved