Package org.ujmp.core.interfaces
package org.ujmp.core.interfaces
-
InterfacesClassDescriptionThis interface defines functions on a Matrix that have to do with the coordinates of the entries.This interface declares the getters and setters for the entries in the Matrix for the most important Java types: boolean, int, char, float, double, long, Date, Object and String.A GUIObject is an object that can be displayed in a Frame.Declares, that an object suitable for displaying on the screen with listeners, icon, etc.Wrapper<A>Classes implementing this interface indicate, that they act as a wrapper for another class.