org.eclipse.mylyn.internal.wikitext.core.util.css
Class Stylesheet

java.lang.Object
  extended by org.eclipse.mylyn.internal.wikitext.core.util.css.Stylesheet

public class Stylesheet
extends Object

An abstraction for a CSS stylesheet.

Author:
David Green

Nested Class Summary
static interface Stylesheet.Receiver
           
 
Constructor Summary
Stylesheet()
           
 
Method Summary
 void applyTo(ElementInfo context, Stylesheet.Receiver receiver)
           
 List<Block> getBlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stylesheet

public Stylesheet()
Method Detail

getBlocks

public List<Block> getBlocks()

applyTo

public void applyTo(ElementInfo context,
                    Stylesheet.Receiver receiver)


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