|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageFactory | |
---|---|
javax.tools.diagnostics | Top level of the API, provides access to API implementations. |
Uses of ImageFactory in javax.tools.diagnostics |
---|
Methods in javax.tools.diagnostics that return ImageFactory | |
---|---|
ImageFactory[] |
FactoryRegistry.getFactories()
Always returns an array even if the registry is empty |
Methods in javax.tools.diagnostics that return types with arguments of type ImageFactory | |
---|---|
java.util.Iterator<ImageFactory> |
FactoryRegistry.iterator()
Returns an Iterator of ImageFactories registered
to this registry. |
Methods in javax.tools.diagnostics with parameters of type ImageFactory | |
---|---|
boolean |
FactoryRegistry.addFactory(ImageFactory factory)
Adds an ImageFactory to the registry instance If the factory instance is already in the registry it is not added again. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |