Mylyn WikiText

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're declared.
 

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


Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html