net.sourceforge.plantuml.graphic
Class USymbolInterface

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.USymbol
      extended by net.sourceforge.plantuml.graphic.USymbolInterface

public class USymbolInterface
extends USymbol


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.graphic.USymbol
ACTOR, AGENT, ARTIFACT, BOUNDARY, CARD, CLOUD, COMPONENT1, COMPONENT2, CONTROL, DATABASE, ENTITY_DOMAIN, FOLDER, FRAME, INTERFACE, NODE, PACKAGE, RECTANGLE, STORAGE, USECASE
 
Constructor Summary
USymbolInterface()
           
 
Method Summary
 TextBlock asBig(TextBlock title, TextBlock stereotype, double width, double height, SymbolContext symbolContext)
           
 TextBlock asSmall(TextBlock label, TextBlock stereotype, SymbolContext symbolContext)
           
protected  TextBlock getDrawing(SymbolContext symbolContext)
           
 
Methods inherited from class net.sourceforge.plantuml.graphic.USymbol
getColorParamBack, getColorParamBorder, getFontParam, getFontParamStereotype, getFromString, manageHorizontalLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USymbolInterface

public USymbolInterface()
Method Detail

getDrawing

protected TextBlock getDrawing(SymbolContext symbolContext)

asSmall

public TextBlock asSmall(TextBlock label,
                         TextBlock stereotype,
                         SymbolContext symbolContext)
Specified by:
asSmall in class USymbol

asBig

public TextBlock asBig(TextBlock title,
                       TextBlock stereotype,
                       double width,
                       double height,
                       SymbolContext symbolContext)
Specified by:
asBig in class USymbol


Copyright © 2014. All Rights Reserved.