org.mapfish.print.config.layout
Class CellException

java.lang.Object
  extended by org.mapfish.print.config.layout.BorderConfig
      extended by org.mapfish.print.config.layout.CellConfig
          extended by org.mapfish.print.config.layout.CellException

public class CellException
extends CellConfig

Bean for configuring a cell's borders, paddings and background color. Includes the mean to put rules to specify to what cell this configuration applys.

See http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleServer#Tableconfiguration


Nested Class Summary
static interface CellException.CoordMatcher
           
static class CellException.IntCoordMatcher
           
static class CellException.RegExpMatcher
           
 
Field Summary
 
Fields inherited from class org.mapfish.print.config.layout.BorderConfig
borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop
 
Constructor Summary
CellException()
           
 
Method Summary
 boolean matches(int row, int col)
           
 void setCol(java.lang.String col)
           
 void setRow(java.lang.String row)
           
 
Methods inherited from class org.mapfish.print.config.layout.CellConfig
apply, getBackgroundColorVal, setAlign, setBackgroundColor, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setVertAlign
 
Methods inherited from class org.mapfish.print.config.layout.BorderConfig
getBorderColorBottomVal, getBorderColorLeftVal, getBorderColorRightVal, getBorderColorTopVal, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellException

public CellException()
Method Detail

matches

public boolean matches(int row,
                       int col)

setRow

public void setRow(java.lang.String row)

setCol

public void setCol(java.lang.String col)


Copyright © 2009 Camptocamp SA. All Rights Reserved.