public class NA_Utils extends NumericalWorkSheet
javax.swing.JApplet.AccessibleJApplet
java.applet.Applet.AccessibleApplet
arrowCenterIcon, arrowDownIcon, arrowLeftIcon, arrowRightIcon, arrowUpIcon, changeGraphColor, graphSelectedColor, isApplet, logoIcon, menuItem, minusIcon, na_logoIcon, okListener, panelIcon, plusIcon, webSiteURL, workSheetApplet, workSheetFrame, workSheetGraph, workSheetInput, workSheetMenuBar, workSheetMenuUP, workSheetMethods, workSheetOutput, workSheetPopupListener, workSheetPopupMenu
accessibleContext, rootPane, rootPaneCheckingEnabled
Constructor and Description |
---|
NA_Utils() |
Modifier and Type | Method and Description |
---|---|
static void |
buildConst(java.awt.GridBagConstraints gbc,
int gx,
int gy,
int gw,
int gh,
double wx,
double wy) |
static java.lang.String |
convertFractionString(java.lang.String fractionString) |
static void |
evaluateBezierPoint(double evalPoint,
java.lang.String inputString,
java.util.HashSet segments) |
static java.lang.String |
exponentReplace(java.lang.String workString) |
static java.lang.String |
format(Complex value,
int w,
int d) |
static java.lang.String |
format(double value,
int w,
int d) |
static double[] |
fx_Multiply(double[] fx1,
int n1,
double[] fx2,
int n2) |
static double |
getFixedPointValue(double val) |
static Complex |
getFunctionValue(Complex val) |
static double |
getFunctionValue(double val) |
static double |
getFunctionValue(double val_x,
double val_y) |
static double |
getFunctionValue(double val_x,
double val_y,
double val_z) |
static double |
getFunctionValue(double val_x,
double val_y,
java.lang.String inputString) |
static double |
getFunctionValue(double val,
java.lang.String inputString) |
static int |
getRangeSegment(double point,
double[] dataPoints) |
static java.util.HashSet |
getRangeSegmentSet(double point,
double[] dataPoints) |
static double |
nDigitChop(double mij,
int n) |
static boolean |
parsedToComplex(double[] parsedValue,
Complex Aij,
boolean isRadian) |
double |
simpsonIntegral(double A1,
double B1) |
actionPerformed, init, main, print
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, isValidateRoot, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public static double[] fx_Multiply(double[] fx1, int n1, double[] fx2, int n2)
public double simpsonIntegral(double A1, double B1)
public static double nDigitChop(double mij, int n)
public static java.lang.String exponentReplace(java.lang.String workString)
public static java.lang.String convertFractionString(java.lang.String fractionString)
public static double getFunctionValue(double val)
public static double getFunctionValue(double val_x, double val_y)
public static double getFunctionValue(double val_x, double val_y, double val_z)
public static double getFunctionValue(double val, java.lang.String inputString)
public static double getFunctionValue(double val_x, double val_y, java.lang.String inputString)
public static double getFixedPointValue(double val)
public static java.lang.String format(double value, int w, int d)
public static java.lang.String format(Complex value, int w, int d)
public static boolean parsedToComplex(double[] parsedValue, Complex Aij, boolean isRadian)
public static int getRangeSegment(double point, double[] dataPoints)
public static java.util.HashSet getRangeSegmentSet(double point, double[] dataPoints)
public static void evaluateBezierPoint(double evalPoint, java.lang.String inputString, java.util.HashSet segments)
public static void buildConst(java.awt.GridBagConstraints gbc, int gx, int gy, int gw, int gh, double wx, double wy)