org.richfaces.renderkit.html.images
Class SimpleSeparatorImage.SimpleSeparatorData

java.lang.Object
  extended by org.richfaces.renderkit.html.images.SimpleSeparatorImage.SimpleSeparatorData
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SimpleSeparatorImage

protected static class SimpleSeparatorImage.SimpleSeparatorData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected SimpleSeparatorImage.SimpleSeparatorData()
           
 
Method Summary
 int getColor()
           
 int getHeight()
           
 int getLineType()
           
 void setColor(int color)
           
 void setHeight(int height)
           
 void setLineType(int lineType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSeparatorImage.SimpleSeparatorData

protected SimpleSeparatorImage.SimpleSeparatorData()
Method Detail

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getColor

public int getColor()

setColor

public void setColor(int color)

getLineType

public int getLineType()

setLineType

public void setLineType(int lineType)


Copyright © 2009. All Rights Reserved.