net.sf.dynamicreports.adhoc.configuration
Class AdhocComponent
java.lang.Object
net.sf.dynamicreports.adhoc.configuration.AdhocComponent
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- AdhocChart, AdhocTextField
public class AdhocComponent
- extends Object
- implements Cloneable, Serializable
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
- See Also:
- Serialized Form
AdhocComponent
public AdhocComponent()
getKey
public String getKey()
setKey
public void setKey(String key)
getStyle
public AdhocStyle getStyle()
setStyle
public void setStyle(AdhocStyle style)
getWidth
public Integer getWidth()
setWidth
public void setWidth(Integer width)
getHeight
public Integer getHeight()
setHeight
public void setHeight(Integer height)
getProperties
public AdhocProperties getProperties()
getProperty
public <T> T getProperty(String key)
setProperty
public void setProperty(String key,
Object value)
setProperties
public void setProperties(AdhocProperties properties)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
clone
public AdhocComponent clone()
- Overrides:
clone in class Object
Copyright © 2010-2012. All Rights Reserved.