it.eng.spagobi.engines.documentcomposition.exporterUtils
Class MetadataStyle

java.lang.Object
  extended by it.eng.spagobi.engines.documentcomposition.exporterUtils.MetadataStyle

public class MetadataStyle
extends java.lang.Object

SpagoBI - The Business Intelligence Free Platform Copyright (C) 2005-2008 Engineering Ingegneria Informatica S.p.A. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


Constructor Summary
MetadataStyle()
           
 
Method Summary
 int getHeight()
           
static MetadataStyle getMetadataStyle(java.lang.String docLabel, java.lang.String style, DocumentCompositionConfiguration docCompConf)
          If fails to read style return NULL
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int heightPercentage)
           
 void setWidth(int _width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataStyle

public MetadataStyle()
Method Detail

getMetadataStyle

public static MetadataStyle getMetadataStyle(java.lang.String docLabel,
                                             java.lang.String style,
                                             DocumentCompositionConfiguration docCompConf)
If fails to read style return NULL

Parameters:
style -

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

getWidth

public int getWidth()

setWidth

public void setWidth(int _width)

getHeight

public int getHeight()

setHeight

public void setHeight(int heightPercentage)