Style Intelligence v12.0

inetsoft.report
Interface SpaceElement

All Superinterfaces:
Cloneable, ReportElement, Serializable

public interface SpaceElement
extends ReportElement

A space element adds some whitespace between the previous element and the next element.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 int getSpace()
          Get the space in number of pixels.
 void setSpace(int pixels)
          Set the space in number of pixels.
 
Methods inherited from interface inetsoft.report.ReportElement
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible
 

Method Detail

getSpace

int getSpace()
Get the space in number of pixels.

Returns:
number of pixels.

setSpace

void setSpace(int pixels)
Set the space in number of pixels.

Parameters:
pixels - space in pixels.

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