org.specrunner.source.resource.element.core
Class ImageResource
java.lang.Object
org.specrunner.source.resource.core.AbstractResource
org.specrunner.source.resource.element.core.AbstractResourceElement
org.specrunner.source.resource.element.core.AbstractResourceElementAtt
org.specrunner.source.resource.element.core.ImageResource
- All Implemented Interfaces:
- IResourceElement, IResource, IPresentation
public class ImageResource
- extends AbstractResourceElementAtt
A image resource.
- Author:
- Thiago Santos
|
Method Summary |
protected void |
appendChild(nu.xom.Element e)
Append child elements, by default add a comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageResource
public ImageResource(ISource parent,
String path,
boolean classpath,
EType type,
nu.xom.Element element)
- Creates an image resource.
- Parameters:
parent - The source parent.path - The resource path.classpath - The classpath flag.type - The resource nature.element - The referred element.
appendChild
protected void appendChild(nu.xom.Element e)
- Description copied from class:
AbstractResourceElementAtt
- Append child elements, by default add a comment.
- Overrides:
appendChild in class AbstractResourceElementAtt
- Parameters:
e - The root element.
Copyright © 2014. All rights reserved.