JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.scichart.core.common
Interface Factory<T>
Type Parameters:
T
- Type of instances generated by this factory
public interface
Factory<T>
Interface which defines factory methods for some specified class
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
create
()
Creates new instance of type
T
Method Detail
create
T
create()
Creates new instance of type
T
Returns:
New instance generated by this factory
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method