com.vinay.ui.vinui.fw.controls
Class HorizontalLine
java.lang.Object
com.vinay.ui.vinui.fw.core.Control
com.vinay.ui.vinui.fw.controls.HorizontalLine
- public class HorizontalLine
- extends Control
- Author:
- Vinay Nath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HorizontalLine
public HorizontalLine()
getAlign
public java.lang.String getAlign()
- Returns:
- Returns the align.
setAlign
public void setAlign(java.lang.String align)
- Parameters:
align
- The align to set.
getColor
public java.lang.String getColor()
- Returns:
- Returns the color.
setColor
public void setColor(java.lang.String color)
- Parameters:
color
- The color to set.
isNoShade
public boolean isNoShade()
- Returns:
- Returns the noShade.
setNoShade
public void setNoShade(boolean noShade)
- Parameters:
noShade
- The noShade to set.
getSize
public java.lang.String getSize()
- Returns:
- Returns the size.
setSize
public void setSize(java.lang.String size)
- Parameters:
size
- The size to set.