Uses of Class
org.eclipse.mylyn.wikitext.core.parser.ImageAttributes.Align

Packages that use ImageAttributes.Align
org.eclipse.mylyn.wikitext.core.parser contains framework classes for parsing lightweight markup (wiki markup) and creating output
 

Uses of ImageAttributes.Align in org.eclipse.mylyn.wikitext.core.parser
 

Methods in org.eclipse.mylyn.wikitext.core.parser that return ImageAttributes.Align
 ImageAttributes.Align ImageAttributes.getAlign()
           
static ImageAttributes.Align ImageAttributes.Align.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageAttributes.Align[] ImageAttributes.Align.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mylyn.wikitext.core.parser with parameters of type ImageAttributes.Align
 void ImageAttributes.setAlign(ImageAttributes.Align align)
           
 



Copyright © 2011 FuseSource, Corp.. All Rights Reserved.