Searched refs:Configurator (Results 1 - 16 of 16) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFormatter.java21 import com.androidplot.util.Configurator;
35 * Configurator.configure(ctx, this, xmlCfgId);
43 Configurator.configure(ctx, this, xmlCfgId);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYRegionFormatter.java21 import com.androidplot.util.Configurator;
46 Configurator.configure(ctx, this, xmlCfgId);
H A DStepFormatter.java21 import com.androidplot.util.Configurator;
H A DLineAndPointFormatter.java23 import com.androidplot.util.Configurator;
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DPropertyConfigurator.java22 import org.apache.log4j.spi.Configurator;
28 public class PropertyConfigurator implements Configurator {
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
H A DConfigurator.java28 public interface Configurator { interface
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DConfiguratorTest.java85 assertEquals(c, Configurator.getObjectContaining(c, "b"));
86 assertEquals(c.getB(), Configurator.getObjectContaining(c, "b.a"));
87 assertEquals(c.getB().getA(), Configurator.getObjectContaining(c, "b.a.d"));
95 Method m = Configurator.getSetter(c.getClass(), "b");
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/xml/
H A DDOMConfigurator.java19 import org.apache.log4j.spi.Configurator;
30 public class DOMConfigurator implements Configurator {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DConfigurator.java44 * Configurator.configure(obj, R.xml.myConfig);
47 * Given a series of parameters stored in an XML file, Configurator iterates through each parameter, using the name
57 * Configurator does the following:
66 * Configurator then does the following:
78 * but can be defined using hex values or even names of colors. When Configurator
80 * Configurator will first attempt to parse the parameter as a color. Only after this
81 * attempt fails will Configurator resort to Integer.ParseInt. So:
93 * Configurator will correctly parse each of these into their corresponding real pixel value expressed as a float.
95 * One last thing to keep in mind when using Configurator:
104 public abstract class Configurator { class
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
H A DPlotTest.java32 import com.androidplot.util.Configurator;
477 Configurator.configure(context, plot, params);
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
H A DXYPlotTest.java29 import com.androidplot.util.Configurator;
472 Configurator.configure(context, plot, params);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java33 import com.androidplot.util.Configurator;
286 * WARNING: This method is not currently designed for general use outside of Configurator.
297 * that the Plot instance is ready for final configuration via the Configurator.
371 Configurator.configure(getContext(), this, attrHash);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 424 milliseconds