Uses of Class
org.ujmp.core.Coordinates
Packages that use Coordinates
Package
Description
-
Uses of Coordinates in org.ujmp.core
Methods in org.ujmp.core that return CoordinatesModifier and TypeMethodDescriptionfinal Coordinates
Coordinates.clone()
static final Coordinates
Coordinates.wrap
(long... coordinates) Methods in org.ujmp.core with parameters of type CoordinatesModifier and TypeMethodDescriptionfinal int
Coordinates.compareTo
(Coordinates coordinates) final boolean
Coordinates.equals
(Coordinates c) void
AbstractMatrix.fireValueChanged
(Coordinates coordinates, Object object) void
AbstractMatrix.fireValueChanged
(Coordinates start, Coordinates end) void
Matrix.fireValueChanged
(Coordinates coordinates, Object object) void
Matrix.fireValueChanged
(Coordinates start, Coordinates end) -
Uses of Coordinates in org.ujmp.core.genericmatrix.impl
Fields in org.ujmp.core.genericmatrix.impl with type parameters of type CoordinatesModifier and TypeFieldDescriptionprotected final Map<Coordinates,
A> DefaultSparseGenericMatrix.values
-
Uses of Coordinates in org.ujmp.core.graphmatrix
Fields in org.ujmp.core.graphmatrix with type parameters of type Coordinates -
Uses of Coordinates in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces with parameters of type CoordinatesModifier and TypeMethodDescriptionvoid
GUIObject.fireValueChanged
(Coordinates coordinates, Object object) void
GUIObject.fireValueChanged
(Coordinates start, Coordinates end) -
Uses of Coordinates in org.ujmp.core.objectmatrix.impl
Fields in org.ujmp.core.objectmatrix.impl with type parameters of type CoordinatesModifier and TypeFieldDescriptionprivate SortedSet<Coordinates>
BufferedObjectMatrix.inputToDoBuffer
private SortedSet<Coordinates>
BufferedObjectMatrix.outputToDoBuffer
private final Map<Coordinates,
Object> VolatileSparseObjectMatrix.values
-
Uses of Coordinates in org.ujmp.core.objectmatrix.stub
Fields in org.ujmp.core.objectmatrix.stub with type parameters of type CoordinatesModifier and TypeFieldDescriptionprivate final Map<Coordinates,
Object> AbstractMapToSparseMatrixWrapper.values
private final Map<Coordinates,
ObjectMatrix2D> AbstractMapToTiledMatrix2DWrapper.values
Methods in org.ujmp.core.objectmatrix.stub that return types with arguments of type CoordinatesModifier and TypeMethodDescriptionfinal Map<Coordinates,
Object> AbstractMapToSparseMatrixWrapper.getMap()
final Map<Coordinates,
ObjectMatrix2D> AbstractMapToTiledMatrix2DWrapper.getMap()
final Map<Coordinates,
Object> AbstractMapToSparseMatrixWrapper.getWrappedObject()
final Map<Coordinates,
ObjectMatrix2D> AbstractMapToTiledMatrix2DWrapper.getWrappedObject()
Method parameters in org.ujmp.core.objectmatrix.stub with type arguments of type CoordinatesModifier and TypeMethodDescriptionfinal void
AbstractMapToSparseMatrixWrapper.setWrappedObject
(Map<Coordinates, Object> object) final void
AbstractMapToTiledMatrix2DWrapper.setWrappedObject
(Map<Coordinates, ObjectMatrix2D> object) Constructor parameters in org.ujmp.core.objectmatrix.stub with type arguments of type CoordinatesModifierConstructorDescriptionAbstractMapToSparseMatrixWrapper
(Map<Coordinates, Object> map, long... size) AbstractMapToTiledMatrix2DWrapper
(Map<Coordinates, ObjectMatrix2D> map, long rows, long columns) AbstractMapToTiledMatrix2DWrapper
(Map<Coordinates, ObjectMatrix2D> map, Matrix source) -
Uses of Coordinates in org.ujmp.core.util
Fields in org.ujmp.core.util with type parameters of type CoordinatesModifier and TypeFieldDescription(package private) Iterator<Coordinates>
CoordinateSetToLongWrapper.LongIterator.it
private final Set<Coordinates>
CoordinateSetToLongWrapper.set
Constructor parameters in org.ujmp.core.util with type arguments of type Coordinates -
Uses of Coordinates in org.ujmp.gui
Fields in org.ujmp.gui with type parameters of type CoordinatesModifier and TypeFieldDescriptionprotected final Map<Coordinates,
DataItem> DefaultMatrixGUIObject.dataCache
protected final List<Coordinates>
DefaultMatrixGUIObject.todo
Methods in org.ujmp.gui that return types with arguments of type CoordinatesModifier and TypeMethodDescriptionDefaultMatrixGUIObject.getDataCache()
MatrixGUIObject.getDataCache()
DefaultMatrixGUIObject.getTodo()
MatrixGUIObject.getTodo()
Methods in org.ujmp.gui with parameters of type CoordinatesModifier and TypeMethodDescriptionvoid
AbstractGUIObject.fireValueChanged
(Coordinates coordinates, Object object) void
AbstractGUIObject.fireValueChanged
(Coordinates start, Coordinates end) void
DefaultMatrixGUIObject.fireValueChanged
(Coordinates coordinates, Object value) void
DefaultMatrixGUIObject.fireValueChanged
(Coordinates start, Coordinates end)