|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.projection.proj.ClassProjFactory
public class ClassProjFactory
Proj Factory that creates instances from a given class.
Field Summary | |
---|---|
private java.lang.Class<? extends Proj> |
projClass
|
Constructor Summary | |
---|---|
ClassProjFactory(java.lang.Class<? extends Proj> projClass)
|
Method Summary | |
---|---|
Proj |
createInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Class<? extends Proj> projClass
Constructor Detail |
---|
public ClassProjFactory(java.lang.Class<? extends Proj> projClass)
Method Detail |
---|
public Proj createInstance()
createInstance
in interface ProjFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |