Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.stroke
Interface IStrokeDef  view IStrokeDef download IStrokeDef.java

All Known Implementing Classes:
BaseStroke

public interface IStrokeDef

IStrokeDef created on Feb 26, 2003


Method Summary
 void initDef(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
          Initialize this trait
 IStroke initInstance(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
          Based off of the actual def, get a real instance
 

Method Detail

initDef

public void initDef(com.arranger.jarl.base.IContext context,
                    org.w3c.dom.Element element)
Initialize this trait


initInstance

public IStroke initInstance(com.arranger.jarl.base.IContext context,
                            org.w3c.dom.Element element)
Based off of the actual def, get a real instance