- darker() - Method in class com.physpics.tools.SSColor
-
- DATA - Static variable in class com.physpics.tools.IOUtils
-
- DATA_PAT - Static variable in class com.physpics.tools.IOUtils
-
A Pattern for parsing a data: URI
- DateParser - Class in com.physpics.tools.ui
-
This class accepts dates in a wide variety of formats, most of which
have been observed in the wild.
- Datum(int, int, double, double) - Constructor for class com.physpics.tools.geomaps.PixGrid.Datum
-
- Datum(int, int, LatLong) - Constructor for class com.physpics.tools.geomaps.PixGrid.Datum
-
- DAYTIME - Static variable in class com.physpics.tools.debug.ElapsedTime
-
- dbg - Variable in class com.physpics.tools.ui.blox.BloxLayout
-
- DEBUG - Static variable in class com.physpics.tools.Message
-
If on, programmer errors are printed.
- debug(boolean) - Static method in class com.physpics.tools.ui.blox.Blox
-
Create a note that can be added to a Blox.
- debug(PrintStream, BloxLayout.LayoutReq[]) - Method in class com.physpics.tools.ui.blox.BloxSection
-
Print a debug description of this section.
- DebugFocus() - Constructor for class com.physpics.tools.debug.DebugTools.DebugFocus
-
- DebugNote(boolean) - Constructor for class com.physpics.tools.ui.blox.Blox.DebugNote
-
- DebugStream() - Constructor for class com.physpics.tools.debug.DebugTools.DebugStream
-
- DebugStream(DebugTools.LineWriter) - Constructor for class com.physpics.tools.debug.DebugTools.DebugStream
-
- DebugTools - Class in com.physpics.tools.debug
-
Format and output debug messages
The default destination is System.out.
- DebugTools() - Constructor for class com.physpics.tools.debug.DebugTools
-
create a new debugging context.
- DebugTools.DebugFocus - Class in com.physpics.tools.debug
-
A KeyboardFocusManager that records the events it passes.
- DebugTools.DebugStream - Class in com.physpics.tools.debug
-
Specialized class for writing debug text.
- DebugTools.DefaultLineWriter - Class in com.physpics.tools.debug
-
- DebugTools.LineWriter - Interface in com.physpics.tools.debug
-
Superclass of objects that receive and process lines produced
by DebugStream instances.
- DebugTools.LoggingJFrame - Class in com.physpics.tools.debug
-
A subclass of JFrame that logs events going through processEvent.
- DebugTools.MouseLoggingAdapter - Class in com.physpics.tools.debug
-
An adapter that handles mouse events
and logs them before passing them on.
- DECIMAL_PAT - Static variable in class com.physpics.tools.ui.INumber
-
Pattern for findNumb() that finds decimal numbers.
- DECIMAL_PAT_WHICH - Static variable in class com.physpics.tools.ui.INumber
-
Which-paren-is-value for decimal pat
- decode(EncodingManager.Compression) - Method in class com.physpics.tools.encoding.EncodingManager
-
Transform the byte buffer by decoding with the named scheme
- decodeBase64() - Method in class com.physpics.tools.encoding.EncodingManager
-
Convert data from base64 back to the original bytes.
- decodeBase64(ByteBuffer) - Static method in class com.physpics.tools.encoding.PrintableEncodings
-
Convert data from base64 back to the original bytes.
- decodeLoop(ByteBuffer, CharBuffer) - Method in class com.physpics.tools.HybridUTF8Charset.HybridUTF8Decoder
-
- decodeQP() - Method in class com.physpics.tools.encoding.EncodingManager
-
Convert data from quoted-printable back to the original bytes.
- decodeQuotedPrintable(ByteBuffer) - Static method in class com.physpics.tools.encoding.PrintableEncodings
-
Convert data from quoted-printable back to the original bytes.
- decr() - Method in class com.physpics.tools.ui.INumber
-
Decrement the retained value by 1.
- deEntify(String) - Static method in class com.physpics.tools.encoding.PrintableEncodings
-
- DEFAULT_COLOR - Static variable in class com.physpics.tools.SSColor
-
- DEFAULT_COMPRESSION - Static variable in class com.physpics.tools.encoding.EncodingManager
-
Default compression level.
- DEFAULT_HEIGHT - Static variable in class com.physpics.tools.ui.blox.Blox
-
- DEFAULT_WIDTH - Static variable in class com.physpics.tools.ui.blox.Blox
-
- DefaultLineWriter() - Constructor for class com.physpics.tools.debug.DebugTools.DefaultLineWriter
-
- DefaultLineWriter(OutputStream) - Constructor for class com.physpics.tools.debug.DebugTools.DefaultLineWriter
-
- defaultName(Object) - Static method in class com.physpics.tools.debug.ObjectName
-
Generate a unique name for an object.
- defaultPackerProperties() - Static method in class com.physpics.tools.encoding.EncodingManager
-
provides a default set of properties suitable for calling
pack200Pack.
- deferExit(String, Object[], int) - Static method in class com.physpics.tools.Message
-
Raise a dialog box With a button to close the application.
- deflate() - Method in class com.physpics.tools.encoding.EncodingManager
-
Encodes data using the deflate algortihm (RFC 1951)
with default level of compression.
- deflate(int) - Method in class com.physpics.tools.encoding.EncodingManager
-
Encodes data using the deflate algortihm (RFC 1951)
with a specified level of compression.
- deMax(int) - Static method in class com.physpics.tools.debug.DebugTools
-
- DEPTH_THRESH - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- deselect() - Method in class com.physpics.tools.ui.DragRect
-
Arrange that no rectangle be selected.
- dest - Variable in class com.physpics.tools.debug.DebugTools.DefaultLineWriter
-
- detectedCharset() - Method in class com.physpics.tools.HybridUTF8Charset.HybridUTF8Decoder
-
Reports the charset in use.
- dialog - Variable in class com.physpics.tools.ui.CheckOff
-
- DIM_ZERO - Static variable in class com.physpics.tools.ui.blox.Blox
-
- DirCluster(String) - Constructor for class com.physpics.tools.ui.PropertyPack.DirCluster
-
Construct a cluster for a directory and optional
file stem.
- DirCluster(File) - Constructor for class com.physpics.tools.ui.PropertyPack.DirCluster
-
Construct a cluster that refers to a file and its
locale/extension variants.
- DirCluster(File, String) - Constructor for class com.physpics.tools.ui.PropertyPack.DirCluster
-
Construct a DirCluster that reads from a directory
those property files that have a given stem.
- dirFromEnv(String) - Static method in class com.physpics.tools.IOUtils
-
- dirname(String) - Static method in class com.physpics.tools.IOUtils
-
- disable() - Method in class com.physpics.tools.ui.Embed
-
Turn OFF mouse listening to this component.
- disable() - Method in class com.physpics.tools.ui.Embed.EFilename
-
- disable() - Method in class com.physpics.tools.ui.HTMLDocPlus.Embed
-
Deprecated.
Turn OFF mouse listening to this component.
- disable() - Method in class com.physpics.tools.ui.HTMLDocPlus.EmbedFilename
-
Deprecated.
- disambiguator(Object) - Static method in class com.physpics.tools.ui.blox.BloxReq
-
- dispatchEvent(AWTEvent) - Method in class com.physpics.tools.debug.DebugTools.DebugFocus
-
- distSq(int, int, int, int) - Static method in class com.physpics.tools.geomaps.PixGrid
-
- doubleVal - Variable in class com.physpics.tools.SSNumber
-
- doubleValue() - Method in class com.physpics.tools.SSNumber
-
- DRAG_RECT_SELECT_ACTION_KEY - Static variable in class com.physpics.tools.ui.DragRect
-
The key for fetching the SelectAction from input and action maps.
- dragged(MouseEvent) - Method in class com.physpics.tools.debug.DebugTools.MouseLoggingAdapter
-
- DragRect - Class in com.physpics.tools.ui
-
Display and manage a resizeable/draggable rectangle.
- DragRect() - Constructor for class com.physpics.tools.ui.DragRect
-
Create a draggable rectangle that is not yet attached to a substrate.
- DragRect(JComponent) - Constructor for class com.physpics.tools.ui.DragRect
-
Overlay a draggable/resizable rectangle over a JComponent.
- DragRect.Edge - Class in com.physpics.tools.ui
-
- DragRect.Moving - Enum in com.physpics.tools.ui
-
Cell values for the activeToMoving map.
- DragRect.Side - Enum in com.physpics.tools.ui
-
There is one Side enum value for each possible side:
left, top, right, bottom.
- dragRectSelectAction - Variable in class com.physpics.tools.ui.DragRect
-
An action that triggers the ActionEvent from typing a key.
- draw(Graphics2D, Rectangle) - Method in class com.physpics.tools.ui.DragRect.Edge
-
- draw(Graphics2D, Rectangle, Color, int) - Method in enum com.physpics.tools.ui.DragRect.Side
-
Draw The edge for the j'th ring around the rectangle.
- dumpAccessibleTree(String, Component) - Static method in class com.physpics.tools.debug.ObjectName
-
- dumpAnchorTable(PrintStream) - Method in class com.physpics.tools.ui.HelpBox
-
- dumpComponentTree(Component, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Output a text representing a Component/Container tree.
- dumpElementTree(Element, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
- dumpElementTree(Element, JTextComponent, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Output a text representing a Document Element tree.
- dumpElementTree(String, Element, JEditorPane) - Static method in class com.physpics.tools.ui.HTMLDocPlus
-
Deprecated.
Dump an element and children to a named file.
- dumpElementTree(Element, String) - Method in class com.physpics.tools.ui.HTMLPane
-
Dump an element and children to stdout.
- dumpElementTree(Element, String, String) - Method in class com.physpics.tools.ui.HTMLPane
-
Dump an element and children to a named file.
- dumphex(BufferedImage) - Static method in class com.physpics.tools.debug.Image2Hex
-
Dump an image as rows of hex digits.
- dumphex(BufferedImage, Rectangle) - Static method in class com.physpics.tools.debug.Image2Hex
-
Dump a sub-image as rows of hex digits.
- dumpHTML(String, Element) - Static method in class com.physpics.tools.ui.HTMLDocPlus
-
Deprecated.
- dumpHTML(String, Element) - Static method in class com.physpics.tools.ui.HTMLPane
-
- dumpInfo() - Method in class com.physpics.tools.ui.PropertyPack
-
Send info on clusters and propNodes to stdout.
- dumpObject(Object, Writer, String) - Method in interface com.physpics.tools.debug.ObjectName.ObjectHandler
-
- dumpStrings(String, String[]) - Static method in class com.physpics.tools.ui.PropertyPack
-
print an array of Strings
- dumpStyle(String, Style, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Write style's name and attributes.
- dumpStyleSheet(StyleSheet, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Print a style sheet enumeration.
- dumpStyleSheet(StyleSheet, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Print a style sheet enumeration.
- dumpTree(Object, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Output a text representing a tree.
- dumpTree(Object[], Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
- dumpTree(Object, Writer, String) - Static method in class com.physpics.tools.debug.ObjectName
-
Output a text representing a Style
Implemented only for Component/Container trees and Document trees.
- dumpViews(Writer, View, String) - Static method in class com.physpics.tools.ui.HTMLDocPlus
-
Deprecated.
Write a view tree to a Writer.
- dumpViews(Writer, View, String) - Static method in class com.physpics.tools.ui.HTMLPane
-
Write a view tree to a Writer.
- dumpViewTree(String, View) - Static method in class com.physpics.tools.ui.HTMLDocPlus
-
Deprecated.
Write view tree to to file.
- dumpViewTree(String, View) - Static method in class com.physpics.tools.ui.HTMLPane
-
Write view tree to to file.
- dumpViewTree(View) - Static method in class com.physpics.tools.ui.HTMLPane
-
Write view tree to stdout
- DXX - Static variable in class com.physpics.tools.ui.blox.BloxSection
-