Style Intelligence v12.0

inetsoft.report
Class CompositeLens.Separator

java.lang.Object
  extended by inetsoft.report.CompositeLens.Separator
Enclosing interface:
CompositeLens

public static class CompositeLens.Separator
extends Object

Separator represents a separator element.


Constructor Summary
CompositeLens.Separator(int style)
          Create a separator object.
CompositeLens.Separator(int style, int levelSpacing)
          Create a separator object.
 
Method Summary
 int getLevelSpacing()
          Get the level spacing.
 int getStyle()
          Get the separator line style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeLens.Separator

public CompositeLens.Separator(int style)
Create a separator object.

Parameters:
style - separator line style.

CompositeLens.Separator

public CompositeLens.Separator(int style,
                               int levelSpacing)
Create a separator object.

Parameters:
style - separator line style
levelSpacing - the level spacing
Method Detail

getStyle

public int getStyle()
Get the separator line style.


getLevelSpacing

public int getLevelSpacing()
Get the level spacing.

Returns:
level spacing.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.