com.vaadin.sass.internal.parser
Class MediaListImpl

java.lang.Object
  extended by com.vaadin.sass.internal.parser.MediaListImpl
All Implemented Interfaces:
Serializable, org.w3c.css.sac.SACMediaList

public class MediaListImpl
extends Object
implements org.w3c.css.sac.SACMediaList, Serializable

Version:
$Revision: 1.4 $
Author:
Philippe Le Hegaret
See Also:
Serialized Form

Constructor Summary
MediaListImpl()
           
 
Method Summary
 int getLength()
           
 String item(int index)
           
 String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaListImpl

public MediaListImpl()
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.css.sac.SACMediaList

item

public String item(int index)
Specified by:
item in interface org.w3c.css.sac.SACMediaList

toString

public String toString()
Returns a string representation of this object.

Overrides:
toString in class Object


Copyright © 2013–2014 Vaadin. All rights reserved.