org.eclipse.mylyn.wikitext.core.parser
Class ImageAttributes
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.Attributes
org.eclipse.mylyn.wikitext.core.parser.ImageAttributes
public class ImageAttributes
- extends Attributes
Attributes for images.
- Since:
- 1.0
- Author:
- David Green
Methods inherited from class org.eclipse.mylyn.wikitext.core.parser.Attributes |
appendCssClass, appendCssStyle, getCssClass, getCssStyle, getId, getLanguage, getTitle, setCssClass, setCssStyle, setId, setLanguage, setTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageAttributes
public ImageAttributes()
getAlt
public String getAlt()
setAlt
public void setAlt(String alt)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getBorder
public int getBorder()
setBorder
public void setBorder(int border)
getAlign
public ImageAttributes.Align getAlign()
setAlign
public void setAlign(ImageAttributes.Align align)
isInline
public boolean isInline()
setInline
public void setInline(boolean inline)
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.