Class ElementFactoryRadioOn
- java.lang.Object
-
- net.sourceforge.plantuml.salt.factory.ElementFactoryRadioOn
-
- All Implemented Interfaces:
ElementFactory
public class ElementFactoryRadioOn extends java.lang.Object implements ElementFactory
-
-
Constructor Summary
Constructors Constructor Description ElementFactoryRadioOn(DataSource dataSource, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Terminated<Element>
create()
boolean
ready()
-
-
-
Constructor Detail
-
ElementFactoryRadioOn
public ElementFactoryRadioOn(DataSource dataSource, ISkinSimple spriteContainer)
-
-
Method Detail
-
create
public Terminated<Element> create()
- Specified by:
create
in interfaceElementFactory
-
ready
public boolean ready()
- Specified by:
ready
in interfaceElementFactory
-
-