net.sourceforge.plantuml.ugraphic
Class UParamNull

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UParamNull
All Implemented Interfaces:
UParam

public class UParamNull
extends Object
implements UParam


Constructor Summary
UParamNull()
           
 
Method Summary
 HtmlColor getBackcolor()
           
 HtmlColor getColor()
           
 UPattern getPattern()
           
 double getScale()
           
 UStroke getStroke()
           
 boolean isHidden()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UParamNull

public UParamNull()
Method Detail

getColor

public HtmlColor getColor()
Specified by:
getColor in interface UParam

getBackcolor

public HtmlColor getBackcolor()
Specified by:
getBackcolor in interface UParam

getStroke

public UStroke getStroke()
Specified by:
getStroke in interface UParam

isHidden

public boolean isHidden()
Specified by:
isHidden in interface UParam

getPattern

public UPattern getPattern()
Specified by:
getPattern in interface UParam

getScale

public double getScale()
Specified by:
getScale in interface UParam


Copyright © 2014. All Rights Reserved.