org.drools.guvnor.client.resources
Class RuleFormatImageResource

java.lang.Object
  extended by org.drools.guvnor.client.resources.RuleFormatImageResource
All Implemented Interfaces:
com.google.gwt.resources.client.ImageResource, com.google.gwt.resources.client.ResourcePrototype, Comparable<RuleFormatImageResource>

public class RuleFormatImageResource
extends Object
implements com.google.gwt.resources.client.ImageResource, Comparable<RuleFormatImageResource>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ImageResource
com.google.gwt.resources.client.ImageResource.ImageOptions, com.google.gwt.resources.client.ImageResource.RepeatStyle
 
Constructor Summary
RuleFormatImageResource(String format, com.google.gwt.resources.client.ImageResource imageResource)
           
 
Method Summary
 int compareTo(RuleFormatImageResource o)
           
 int getHeight()
           
 int getLeft()
           
 String getName()
           
 int getTop()
           
 String getURL()
           
 int getWidth()
           
 boolean isAnimated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleFormatImageResource

public RuleFormatImageResource(String format,
                               com.google.gwt.resources.client.ImageResource imageResource)
Method Detail

getName

public String getName()
Specified by:
getName in interface com.google.gwt.resources.client.ResourcePrototype

compareTo

public int compareTo(RuleFormatImageResource o)
Specified by:
compareTo in interface Comparable<RuleFormatImageResource>

getHeight

public int getHeight()
Specified by:
getHeight in interface com.google.gwt.resources.client.ImageResource

getLeft

public int getLeft()
Specified by:
getLeft in interface com.google.gwt.resources.client.ImageResource

getTop

public int getTop()
Specified by:
getTop in interface com.google.gwt.resources.client.ImageResource

getURL

public String getURL()
Specified by:
getURL in interface com.google.gwt.resources.client.ImageResource

getWidth

public int getWidth()
Specified by:
getWidth in interface com.google.gwt.resources.client.ImageResource

isAnimated

public boolean isAnimated()
Specified by:
isAnimated in interface com.google.gwt.resources.client.ImageResource


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.