Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.freehep.util Classes and Interfaces - 139 results found.
NameDescriptionTypePackageFramework
ASCII85Constants for the ASCII85 encoding.Interfaceorg.freehep.util.ioFreeHep
ASCII85InputStreamThe ASCII85InputStream decodes ASCII base-85 encoded data.Classorg.freehep.util.ioFreeHep
ASCII85OutputStreamThe ASCII85InputStream encodes binary data as ASCII base-85 encoding.Classorg.freehep.util.ioFreeHep
ASCIIHexInputStreamThe ASCIIHexOutputStream decodes ASCII Hexadecimal.Classorg.freehep.util.ioFreeHep
ASCIIHexOutputStreamThe ASCIIHexOutputStream encodes binary data as ASCII Hexadecimal.Classorg.freehep.util.ioFreeHep
ActionGeneric Action, to be used with the TagIn/OutputStreams.Classorg.freehep.util.ioFreeHep
Action .UnknownUsed for not recognized actions.Classorg.freehep.util.io.ActionFreeHep
ActionHeaderKeeps the actionCode and Length of a specific action.Classorg.freehep.util.ioFreeHep
ActionSetClass to keep registered Actions, which should be used by the TaggedIn/OutputStream.Classorg.freehep.util.ioFreeHep
ArgumentFormatExceptionClassorg.freehep.util.argvFreeHep
ArgumentParserA parser for processing command line arguments.Classorg.freehep.util.argvFreeHep
AssertAdditional assert methods to the junit.Classorg.freehep.utilFreeHep
BailOutExceptionException to handle options such as -version or -help which need to bail out from Version:$Id: BailOutException.Classorg.freehep.util.argvFreeHep
Base64InputStreamThe Base64InputStream decodes binary data according to RFC 2045.Classorg.freehep.util.ioFreeHep
Base64OutputStreamThe Base64OutputStream encodes binary data according to RFC 2045.Classorg.freehep.util.ioFreeHep
BitInputStreamClass to read bits from a Stream, allowing for byte synchronization.Classorg.freehep.util.ioFreeHep
BitOutputStreamClass to write bits to a Stream, allowing for byte synchronization.Classorg.freehep.util.ioFreeHep
BooleanCommandStateAn interface representing the state of a CommandTarget that has a selected/unselected state in addition toInterfaceorg.freehep.util.commanddispatcherFreeHep
BooleanCommandTargetA boolean command target is a CommandTarget which corresponds to a command which may have an on/off state associated with it.Interfaceorg.freehep.util.commanddispatcherFreeHep
BooleanOptionA Boolean option for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
ByteCountInputStreamThe input buffer can be limited to less than the number of bytes of the underlying buffer.Classorg.freehep.util.ioFreeHep
ByteCountOutputStreamAllows to write to some internal buffer and keep count of any set of stacked buffers written.Classorg.freehep.util.ioFreeHep
ByteOrderInputStreamClass to read bytes and pairs of bytes in both little and big endian order.Classorg.freehep.util.ioFreeHep
ByteOrderOutputStreamClass to write bytes and pairs of bytes in both little and big endian order.Classorg.freehep.util.ioFreeHep
ClassIteratorThis iterator iterates up the class hierarchy.Classorg.freehep.util.parameterdatabaseFreeHep
CommandGroupA CommandGroup represents a collection of CommandTargets.Interfaceorg.freehep.util.commanddispatcherFreeHep
CommandInvocationExceptionThrown when a command invoked via reflection throws an exception.Classorg.freehep.util.commanddispatcherFreeHep
CommandLineCommandLine parses a command line for parameters and options.Classorg.freehep.util.commandlineFreeHep
CommandLine .OptionKeeps option names and types.Classorg.freehep.util.commandline.CommandLineFreeHep
CommandLine .ParameterKeeps mandatory and optional parameter names.Classorg.freehep.util.commandline.CommandLineFreeHep
CommandLineExceptionSuperclass of all Command Line exceptions.Classorg.freehep.util.commandlineFreeHep
CommandProcessorA default implementation of CommandGroup.Classorg.freehep.util.commanddispatcherFreeHep
CommandSourceA CommandSource represents a source of a command, such as a MenuItem or Toolbar Button.Interfaceorg.freehep.util.commanddispatcherFreeHep
CommandSourceAdapterA class which implements CommandSource and can be used to associate any AbstractButton with a commandClassorg.freehep.util.commanddispatcherFreeHep
CommandStateAn interface representing the state of a CommandTarget (enabled or disabled, text and tooltip text)Interfaceorg.freehep.util.commanddispatcherFreeHep
CommandTargetA CommandTarget represents a single action that will be performed as a result of a command being issued.Interfaceorg.freehep.util.commanddispatcherFreeHep
CommandTargetManagerA CommandTargetManager manages a set of CommandSources and a set of CommandGroups, and figure out the wiring from the CommandSources to the CommandTargets within the CommandGroups.Classorg.freehep.util.commanddispatcherFreeHep
CompressableOutputStreamClassorg.freehep.util.ioFreeHep
ConditionalInputStreamThe ConditionalInputStream reads a stream and filters certain parts depending of properties and statements in the input.Classorg.freehep.util.ioFreeHep
CountedByteOutputStreamThe CountedByteOutputStream counts the number of bytes written.Classorg.freehep.util.ioFreeHep
DCTInputStreamReads images from a JPEG Stream, but only images.Classorg.freehep.util.ioFreeHep
DatabaseListenerSource Code:DatabaseListener.Interfaceorg.freehep.util.parameterdatabaseFreeHep
DatabaseTableSource Code:DatabaseTable.Classorg.freehep.util.parameterdatabaseFreeHep
DecompressableInputStreamIMPORTANT: inherits from InputStream rather than FilterInputStream so that the correct read(byte[], int, int) method is used.Classorg.freehep.util.ioFreeHep
DiscreteAngleCalculates a discrete angle from an arbitrary angle, based on a set of The class calculates the angle by dividing 360 degrees into segmentsClassorg.freehep.utilFreeHep
DocumentOutputStreamAn OutputStream implementation that places it's output in a swing text model (Document).Classorg.freehep.utilFreeHep
DoubleHashtableStores a hashtable of hashtables, which can be indexed by a key and a subkey.Classorg.freehep.utilFreeHep
DoubleOptionClassorg.freehep.util.argvFreeHep
DoubleParameterClassorg.freehep.util.argvFreeHep
DoubleRangeThis class represents a continuous range of double values which includes the given endpoints.Classorg.freehep.util.parameterdatabase.typesFreeHep
DoubleRangeEditorThis allows a DoubleRange to be edited within a table.Classorg.freehep.util.parameterdatabase.editorFreeHep
DoubleWithErrorA class that encapsulates a value and its error.Classorg.freehep.utilFreeHep
DummyOutputStreamEquivalent to writing to /dev/nulAuthor:tonyjSource Code:DummyOutputStream.Classorg.freehep.util.ioFreeHep
EEXECConstantsConstants for the EEXEC encoding (used by Type1 Fonts).Interfaceorg.freehep.util.ioFreeHep
EEXECDecryptionDecrypts using the EEXEC form (Used by Type 1 fonts).Classorg.freehep.util.ioFreeHep
EEXECEncryptionEncrypts using the EEXEC form (Used by Type 1 fonts).Classorg.freehep.util.ioFreeHep
EncodingExceptionEncoding Exception for any of the encoding streams.Classorg.freehep.util.ioFreeHep
ExportDialogAn "Export" dialog for saving components as graphic files.Classorg.freehep.util.exportFreeHep
ExportFileTypeObjects which extend this class provide enough functionality to provide an output file type for the ExportDialog.Classorg.freehep.util.exportFreeHep
FactoryMethods to use factories (a la JAXP).Classorg.freehep.utilFreeHep
FastStackUnsynchronized version of a Stack.Classorg.freehep.utilFreeHep
FinishableOutputStreamThe FinishableOutputStream allows a generic way of calling finish on an output stream without closing it.Interfaceorg.freehep.util.ioFreeHep
FlateInputStreamThe FlateInputStream uses the Deflate mechanism to compress data.Classorg.freehep.util.ioFreeHep
FlateOutputStreamThe FlateOutputStream uses the Deflate mechanism to compress data.Classorg.freehep.util.ioFreeHep
FreeHEPLookupA simple lookup which allows adding and removing items.Classorg.freehep.utilFreeHep
ImageHandlerA convenience class for handling images.Classorg.freehep.util.imagesFreeHep
ImageUtilitiesClassorg.freehep.util.imagesFreeHep
IncompleteActionExceptionException for the TaggedInputStream.Classorg.freehep.util.ioFreeHep
IncompleteTagExceptionException for the TaggedInputStream.Classorg.freehep.util.ioFreeHep
IndentPrintWriterA PrintWriter that keeps track of an indentation level and indents the output appropriately.Classorg.freehep.util.ioFreeHep
IntOptionClassorg.freehep.util.argvFreeHep
IntParameterClassorg.freehep.util.argvFreeHep
LineNumberWriterCounts line numbers, based on the first cr-lf, cr or lf it finds.Classorg.freehep.util.ioFreeHep
LineNumberWriter .LineNumberEventSee Also:Serialized FormSource Code:LineNumberWriter.Classorg.freehep.util.io.LineNumberWriterFreeHep
LineNumberWriter .LineNumberListenerSource Code:LineNumberWriter.Interfaceorg.freehep.util.io.LineNumberWriterFreeHep
LineSizeSelectorSource Code:LineSizeSelector.Classorg.freehep.util.parameterdatabase.selectorFreeHep
ListParameterA List parameter for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
MarkerSelectorSource Code:MarkerSelector.Classorg.freehep.util.parameterdatabase.selectorFreeHep
MarkerSizeSelectorSource Code:MarkerSizeSelector.Classorg.freehep.util.parameterdatabase.selectorFreeHep
MissingArgumentExceptionClassorg.freehep.util.argvFreeHep
MissingArgumentExceptionToo few arguments were provided.Classorg.freehep.util.commandlineFreeHep
MultiStringOptionA Multiple String option for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
NoCloseInputStreamThe NoCloseInputStream ignores the close so that one can keep reading from the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseOutputStreamThe NoCloseOutputStream ignores the close so that one can keep writing to the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseReaderThe NoCloseReader ignores the close so that one can keep reading from the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseWriterThe NoCloseWriter ignores the close so that one can keep writing to the underlying stream.Classorg.freehep.util.ioFreeHep
NoSuchOptionExceptionOption does not exist, or an ampty option is provided.Classorg.freehep.util.commandlineFreeHep
NoSuchQualifierExceptionQualifier does not exist.Classorg.freehep.util.commandlineFreeHep
NumberOptionA Number option for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
NumberParameterA Number Parameter for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
ObjectConverterObject converter which allows conversion of objects of one class into another.Interfaceorg.freehep.utilFreeHep
OnOffSelectorSource Code:OnOffSelector.Classorg.freehep.util.parameterdatabase.selectorFreeHep
OptionInterface for options that may be registered and parsed by theSource Code:Option.Interfaceorg.freehep.util.argvFreeHep
OptionParserClassorg.freehep.utilFreeHep
PackageInfoMethods for Package Info (version, name, .Classorg.freehep.utilFreeHep
PairOptionA Pair option for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
ParameterInterface for parameters that may be registered and parsed by theSource Code:Parameter.Interfaceorg.freehep.util.argvFreeHep
ParameterDatabaseSource Code:ParameterDatabase.Classorg.freehep.util.parameterdatabaseFreeHep
ParameterDatabaseXMLReaderSource Code:ParameterDatabaseXMLReader.Classorg.freehep.util.parameterdatabaseFreeHep
ParameterKeySource Code:ParameterKey.Classorg.freehep.util.parameterdatabaseFreeHep
ParameterValueSource Code:ParameterValue.Classorg.freehep.util.parameterdatabaseFreeHep
PromptInputStreamThe PromptInputStream reads from an inputstream until it reads any prompt for which a listener is added.Classorg.freehep.util.ioFreeHep
PromptListenerListener to inform that Prompt of the PromptInputStream has been found.Interfaceorg.freehep.util.ioFreeHep
PropertiesValueProviderA value provider that returns values based on a properties object.Classorg.freehep.util.templateFreeHep
ReaderInputStreamThe ReaderInputStream makes a Reader look like an InputStream so one can use any of the filters.Classorg.freehep.util.ioFreeHep
RouteListenerListener to inform that a specific route of the RoutedInputStream has been found.Interfaceorg.freehep.util.ioFreeHep
RoutedInputStreamThe RoutedInputStream allows the user to add a listener for a certain delimited portion of the main inputstream.Classorg.freehep.util.ioFreeHep
RunLengthConstants for the RunLength encoding.Interfaceorg.freehep.util.ioFreeHep
RunLengthInputStreamThe RunLengthStream decodes Run Length encoding.Classorg.freehep.util.ioFreeHep
RunLengthOutputStreamThe RunLengthOutputStream encodes data as Run Length encoding.Classorg.freehep.util.ioFreeHep
ScientificFormatThis code formats numbers in Scientific Notation.Classorg.freehep.utilFreeHep
SelectorThis provides a class which allows the user to choose between a small number of different choices.Classorg.freehep.util.parameterdatabase.selectorFreeHep
SelectorEditorThis is a generic editor which allows all subclasses of the Selector class to be edited in a table or tree with a JComboBox.Classorg.freehep.util.parameterdatabase.editorFreeHep
ServiceThis class does the same as sun.Classorg.freehep.utilFreeHep
SimpleCommandTargetA CommandTarget which does not have a selected/deselected state associated with itVersion:$Id:Author:Tony Johnson (tonyj@slac.Interfaceorg.freehep.util.commanddispatcherFreeHep
StandardFileFilter The template characters are treated literally and are case sensitive with the following exceptions:Classorg.freehep.util.ioFreeHep
StdColorSelectorSource Code:StdColorSelector.Classorg.freehep.util.parameterdatabase.selectorFreeHep
StringOptionA String option for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
StringParameterA String parameter for use with ArgumentParser.Classorg.freehep.util.argvFreeHep
TagGeneric Tag to be used by TaggedIn/OutputStreams.Classorg.freehep.util.ioFreeHep
TagHeaderKeeps the tagID and Length of a specific tag.Classorg.freehep.util.ioFreeHep
TagSetClass to keep registered Tags, which should be used by the TaggedIn/OutputStream.Classorg.freehep.util.ioFreeHep
TaggedInputStreamClass to read Tagged blocks from a Stream.Classorg.freehep.util.ioFreeHep
TaggedOutputInterfaceorg.freehep.util.ioFreeHep
TaggedOutputStreamClass to write Tagged blocks to a Stream.Classorg.freehep.util.ioFreeHep
TempImageHandlerSource Code:TempImageHandler.Classorg.freehep.util.imagesFreeHep
TemplateA simple implementation of ValueProvider.Classorg.freehep.util.templateFreeHep
TemplateEngineA very simple template engine.Classorg.freehep.util.templateFreeHep
TooManyArgumentsExceptionToo many arguments were provided.Classorg.freehep.util.commandlineFreeHep
UndefinedTagTag to hold the data for an Undefined Tag for the TaggedIn/OutputStreams.Classorg.freehep.util.ioFreeHep
UndefinedTagExceptionException for the TaggedOutputStream.Classorg.freehep.util.ioFreeHep
UniquePrintStreamThe UniquePrintStream keeps Strings buffered in sorted order, but any duplicates are removed.Classorg.freehep.util.ioFreeHep
UserPropertiesSpecial property class which allows typed properties to be set and returned.Classorg.freehep.utilFreeHep
ValueA class that can represent any Java object or primitive.Classorg.freehep.utilFreeHep
ValueProviderAn interface to be implemented by anything that wishes to provide values to the template engine.Interfaceorg.freehep.util.templateFreeHep
VectorGraphicsTransferableA Transferable for putting vector graphics onto the system clipboard.Classorg.freehep.util.exportFreeHep
VersionComparatorClassorg.freehep.utilFreeHep
WriterOutputStreamThe WriterOutputStream makes a Writer look like an OutputStream.Classorg.freehep.util.ioFreeHep
XMLSequenceThe XMLSequence allows parsing by an XML Parser of concatenated XML segments.Classorg.freehep.util.ioFreeHep