net.sourceforge.plantuml.salt.element
Class ElementRadioCheckbox

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.AbstractElement
      extended by net.sourceforge.plantuml.salt.element.ElementRadioCheckbox
All Implemented Interfaces:
Element

public class ElementRadioCheckbox
extends AbstractElement


Constructor Summary
ElementRadioCheckbox(List<String> text, UFont font, boolean radio, boolean checked, ISkinSimple spriteContainer)
           
 
Method Summary
 void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
           
 Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementRadioCheckbox

public ElementRadioCheckbox(List<String> text,
                            UFont font,
                            boolean radio,
                            boolean checked,
                            ISkinSimple spriteContainer)
Method Detail

getPreferredDimension

public Dimension2D getPreferredDimension(StringBounder stringBounder,
                                         double x,
                                         double y)

drawU

public void drawU(UGraphic ug,
                  int zIndex,
                  Dimension2D dimToUse)


Copyright © 2014. All Rights Reserved.