sferyx.administration.renderers
Interface CSSLayoutViews

All Known Implementing Classes:
CustomBlockView, CustomBlockXMLTagView, CustomFormInputView, CustomFormView, CustomImageView, CustomInlineView, CustomLayoutBoxView, CustomListView, CustomObjectView, CustomParagraphView, CustomTableCelView, FoldingView, HRuleView, TableView

public interface CSSLayoutViews


Method Summary
 int getAbsoluteX()
           
 int getAbsoluteY()
           
 int getBottomMargin()
           
 int getLeftMargin()
           
 int getRightMargin()
           
 int getTopMargin()
           
 boolean isAbsolutePositioning()
           
 boolean isRelativePositioning()
           
 

Method Detail

isAbsolutePositioning

boolean isAbsolutePositioning()

isRelativePositioning

boolean isRelativePositioning()

getAbsoluteX

int getAbsoluteX()

getAbsoluteY

int getAbsoluteY()

getLeftMargin

int getLeftMargin()

getRightMargin

int getRightMargin()

getTopMargin

int getTopMargin()

getBottomMargin

int getBottomMargin()