Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L N O P R S T V

A

AbstractOperation - class org.modama.framework.operations.AbstractOperation.
The abstract base class for an operation.
AbstractOperation() - Constructor for class org.modama.framework.operations.AbstractOperation
create an empty operation
AbstractOperation(String) - Constructor for class org.modama.framework.operations.AbstractOperation
create operation with given name
AbstractOperation.Calculator - interface org.modama.framework.operations.AbstractOperation.Calculator.
interface for the strategypattern
Abstracton1ImageOperation - class org.modama.framework.operations.Abstracton1ImageOperation.
a baseclass for operation on exactly one ImageEntity or ImageList
Abstracton1ImageOperation() - Constructor for class org.modama.framework.operations.Abstracton1ImageOperation
 
Abstracton1ImageOperation.ImageCalculator - class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator.
Calculator for an image
Abstracton1ImageOperation.ImageCalculator() - Constructor for class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator
 
Abstracton1ImageOperation.ImageListCalculator - class org.modama.framework.operations.Abstracton1ImageOperation.ImageListCalculator.
calculator for an imagelist
Abstracton1ImageOperation.ImageListCalculator() - Constructor for class org.modama.framework.operations.Abstracton1ImageOperation.ImageListCalculator
 
Abstracton1InputOperation - class org.modama.framework.operations.Abstracton1InputOperation.
a baseclass for operation on exactly one Input (NumberEntity, NumberList, ImageEntity, ImageList)
Abstracton1InputOperation() - Constructor for class org.modama.framework.operations.Abstracton1InputOperation
 
Abstracton1InputOperation.NumberCalculator - class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator.
calculator for a numberentity
Abstracton1InputOperation.NumberCalculator() - Constructor for class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator
 
Abstracton1InputOperation.NumberListCalculator - class org.modama.framework.operations.Abstracton1InputOperation.NumberListCalculator.
calculator for a numberlist
Abstracton1InputOperation.NumberListCalculator() - Constructor for class org.modama.framework.operations.Abstracton1InputOperation.NumberListCalculator
 
Abstracton2InputOperation - class org.modama.framework.operations.Abstracton2InputOperation.
a baseclass for operation on exactly two inputs, it asumes that the order of the 2 inputs doesnt matter depending on the types of the input the output changes slightly: Ne -> NumberEntity Ie -> ImageEntity Nl -> NumberList Il -> ImageList - the input order doesnt matter, so their are 14 possiblities) Input Output Ne an Entity with the same data Ie an Entity with the same data Il a new Ie output = calc( ...
Abstracton2InputOperation() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation
 
Abstracton2InputOperation.IeIeCalculator - class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator.
calculator for 2 images
Abstracton2InputOperation.IeIeCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator
 
Abstracton2InputOperation.IeIlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.IeIlCalculator.
calculator for an image and an imagelist
Abstracton2InputOperation.IeIlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.IeIlCalculator
 
Abstracton2InputOperation.IlIlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.IlIlCalculator.
calculator for 2 imagelists
Abstracton2InputOperation.IlIlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.IlIlCalculator
 
Abstracton2InputOperation.NeIeCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator.
calculator for 1 image and 1 number
Abstracton2InputOperation.NeIeCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator
 
Abstracton2InputOperation.NeIlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NeIlCalculator.
calculator for a number and an imagelist
Abstracton2InputOperation.NeIlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NeIlCalculator
 
Abstracton2InputOperation.NeNeCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator.
calculator for 2 numbers
Abstracton2InputOperation.NeNeCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator
 
Abstracton2InputOperation.NeNlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NeNlCalculator.
calculator for a number and a numberlist
Abstracton2InputOperation.NeNlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NeNlCalculator
 
Abstracton2InputOperation.NlIlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NlIlCalculator.
calculator for a numberlist and an imagelist
Abstracton2InputOperation.NlIlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NlIlCalculator
 
Abstracton2InputOperation.NlNlCalculator - class org.modama.framework.operations.Abstracton2InputOperation.NlNlCalculator.
calculator for 2 numberlists
Abstracton2InputOperation.NlNlCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.NlNlCalculator
 
Abstracton2InputOperation.SingleImageListCalculator - class org.modama.framework.operations.Abstracton2InputOperation.SingleImageListCalculator.
calculator for a single imagelist
Abstracton2InputOperation.SingleImageListCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.SingleImageListCalculator
 
Abstracton2InputOperation.SingleInputCalculator - class org.modama.framework.operations.Abstracton2InputOperation.SingleInputCalculator.
Calculator for a single image or number as input, does nothing
Abstracton2InputOperation.SingleInputCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.SingleInputCalculator
 
Abstracton2InputOperation.SingleNumberListCalculator - class org.modama.framework.operations.Abstracton2InputOperation.SingleNumberListCalculator.
calculator for a single numberlist
Abstracton2InputOperation.SingleNumberListCalculator() - Constructor for class org.modama.framework.operations.Abstracton2InputOperation.SingleNumberListCalculator
 
accept(AbstractEntity) - Method in class org.modama.framework.operations.AbstractOperation
returns true if the entity will be accepted if put to the operation
accept(AbstractEntity) - Method in class org.modama.framework.operations.Abstracton1ImageOperation
 
accept(AbstractEntity) - Method in class org.modama.framework.operations.Abstracton1InputOperation
 
accept(AbstractEntity) - Method in class org.modama.framework.operations.Abstracton2InputOperation
accepts a maximum of 2 inputs, the only combination not allowed is NumberList ImageEntity
accept(AbstractEntity) - Method in class org.modama.framework.operations.OpSlice
 
active - Variable in class org.modama.framework.operations.AbstractOperation
when created an operator is inactive, by executing its acitvated and will automaticly recalc if input changes
availabeCalculators - Variable in class org.modama.framework.operations.AbstractOperation
an array with instances of all the inner classes that implement the Calculator interface, this is automaticly filled in the constructor

C

calculate() - Method in interface org.modama.framework.operations.AbstractOperation.Calculator
 
calculate() - Method in class org.modama.framework.operations.AbstractOperation
here YOU can place your code for the calculation if you dont want to use the strategypattern, but in this case you also have to change the search method (because it wont find anything and so sets some values to null), so you sould use the pattern :)
calculate() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator
 
calculate(RenderedImage) - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageListCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator
 
calculate(double) - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberListCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator
 
calculate(RenderedImage, RenderedImage) - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IlIlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator
 
calculate(double, RenderedImage) - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator
 
calculate(double, double) - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlIlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlNlCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleImageListCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleInputCalculator
 
calculate() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleNumberListCalculator
 
calculate(RenderedImage, RenderedImage) - Method in class org.modama.framework.operations.OpAdd.AddIeIe
 
calculate(double, RenderedImage) - Method in class org.modama.framework.operations.OpAdd.AddNeIe
 
calculate(double, double) - Method in class org.modama.framework.operations.OpAdd.AddNeNe
 
calculate(RenderedImage) - Method in class org.modama.framework.operations.OpConvert.ImageConverter
 
calculate(RenderedImage) - Method in class org.modama.framework.operations.OpInv.ImageInverter
 
calculate(double) - Method in class org.modama.framework.operations.OpInv.NumberInverter
 
calculate(RenderedImage, RenderedImage) - Method in class org.modama.framework.operations.OpMul.MulIeIe
 
calculate(double, RenderedImage) - Method in class org.modama.framework.operations.OpMul.MulNeIe
 
calculate(double, double) - Method in class org.modama.framework.operations.OpMul.MulNeNe
 
calculate(RenderedImage) - Method in class org.modama.framework.operations.OpNeg.ImageNegator
 
calculate(double) - Method in class org.modama.framework.operations.OpNeg.NumberNegator
 
calculate() - Method in class org.modama.framework.operations.OpSlice.Slicer
 
calculate(RenderedImage) - Method in class org.modama.framework.operations.OpSlice.Slicer
 
calculator - Variable in class org.modama.framework.operations.AbstractOperation
this is a strategypattern, the concret calculation depends on the inputs and should be choosen when the inputlist changes
canExecute() - Method in class org.modama.framework.operations.AbstractOperation
 
canExecute() - Method in class org.modama.framework.operations.Abstracton1ImageOperation
 
canExecute() - Method in class org.modama.framework.operations.Abstracton2InputOperation
 
canExecute() - Method in class org.modama.framework.operations.OpSlice
 
create() - Method in class org.modama.framework.operations.AbstractOperation
put the entity to the world
createOutputEntity() - Method in class org.modama.framework.operations.AbstractOperation
creates an instance of the resulting class

D

delete() - Method in class org.modama.framework.operations.AbstractOperation
delete the entity from the world

E

EVENT_CONNECT - Static variable in class org.modama.framework.operations.AbstractOperation
 
EVENT_DISCONNECT - Static variable in class org.modama.framework.operations.AbstractOperation
 
EVENT_EXECUTION_FINISHED - Static variable in class org.modama.framework.operations.AbstractOperation
is fired when the execution thread finished
EVENT_EXECUTION_STARTED - Static variable in class org.modama.framework.operations.AbstractOperation
 
execute() - Method in class org.modama.framework.operations.AbstractOperation
execute the operation, if the last created output entity is of the same type as the one we will create this time, it is reused, otherwise a new one is created

F

fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.AbstractOperation
this has to be implemented, all the available calculators have to be inserted here
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpAdd
 
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpConvert
 
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpInv
 
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpMul
 
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpNeg
 
fillAvailabeCalculatorsArray() - Method in class org.modama.framework.operations.OpSlice
 

G

getHorizontalRect(RenderedImage) - Method in class org.modama.framework.operations.OpSlice.Slicer
 
getInputCount() - Method in class org.modama.framework.operations.AbstractOperation
returns the number of inputs
getInputs() - Method in class org.modama.framework.operations.AbstractOperation
 
getObjectFromInput(Class) - Method in class org.modama.framework.operations.Abstracton2InputOperation
helper to get the object of given type from the input
getOutput() - Method in class org.modama.framework.operations.AbstractOperation
 
getOutputClass() - Method in interface org.modama.framework.operations.AbstractOperation.Calculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageListCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberListCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IlIlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlIlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlNlCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleImageListCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleInputCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleNumberListCalculator
 
getOutputClass() - Method in class org.modama.framework.operations.OpSlice.Slicer
 
getPos() - Method in class org.modama.framework.operations.OpSlice
 
getTargetType() - Method in class org.modama.framework.operations.OpConvert
 
getThickness() - Method in class org.modama.framework.operations.OpSlice
 
getType() - Method in class org.modama.framework.operations.OpSlice
 
getVerticalRect(RenderedImage) - Method in class org.modama.framework.operations.OpSlice.Slicer
 

H

HORIZONTAL - Static variable in class org.modama.framework.operations.OpSlice
 

I

iiCalculator - Variable in class org.modama.framework.operations.Abstracton2InputOperation
Image Image calculator
imageCalculator - Variable in class org.modama.framework.operations.Abstracton1ImageOperation
 
input - Variable in class org.modama.framework.operations.AbstractOperation
the input entities of the operation
isActive() - Method in class org.modama.framework.operations.AbstractOperation
returns true if the operation is active, what means it listens for changes in the input and recalculates automaticly
isValidInput() - Method in interface org.modama.framework.operations.AbstractOperation.Calculator
returns true if the current input is valid for this calculation
isValidInput() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton1ImageOperation.ImageListCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton1InputOperation.NumberListCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIeCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IeIlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.IlIlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIeCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeIlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNeCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NeNlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlIlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.NlNlCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleImageListCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleInputCalculator
 
isValidInput() - Method in class org.modama.framework.operations.Abstracton2InputOperation.SingleNumberListCalculator
 
isValidInput() - Method in class org.modama.framework.operations.OpSlice.Slicer
 

L

load(URL) - Method in class org.modama.framework.operations.AbstractOperation
uses the XMLDecoder to load the object from an inputstream
logger - Static variable in class org.modama.framework.operations.AbstractOperation
 

N

niCalculator - Variable in class org.modama.framework.operations.Abstracton2InputOperation
Number Image calculator
nnCalculator - Variable in class org.modama.framework.operations.Abstracton2InputOperation
Number Number calculator
numberCalculator - Variable in class org.modama.framework.operations.Abstracton1InputOperation
 

O

OpAdd - class org.modama.framework.operations.OpAdd.
ADDITION
takes exactly one or two inputs and adds them (see Abstracton2InputOperation) changes: 05/10/03 - synopia - added toString
OpAdd() - Constructor for class org.modama.framework.operations.OpAdd
 
OpAdd.AddIeIe - class org.modama.framework.operations.OpAdd.AddIeIe.
adds to images
OpAdd.AddIeIe() - Constructor for class org.modama.framework.operations.OpAdd.AddIeIe
 
OpAdd.AddNeIe - class org.modama.framework.operations.OpAdd.AddNeIe.
adds a number to an image
OpAdd.AddNeIe() - Constructor for class org.modama.framework.operations.OpAdd.AddNeIe
 
OpAdd.AddNeNe - class org.modama.framework.operations.OpAdd.AddNeNe.
adds to numbers
OpAdd.AddNeNe() - Constructor for class org.modama.framework.operations.OpAdd.AddNeNe
 
OpConvert - class org.modama.framework.operations.OpConvert.
CONVERTER
converts an ImageEntity (or a list) to another datatype
OpConvert() - Constructor for class org.modama.framework.operations.OpConvert
 
OpConvert.ImageConverter - class org.modama.framework.operations.OpConvert.ImageConverter.
converts an image
OpConvert.ImageConverter() - Constructor for class org.modama.framework.operations.OpConvert.ImageConverter
 
OpInv - class org.modama.framework.operations.OpInv.
INVERS
takes exactly one input and inverts it (output = 1 / input)
OpInv() - Constructor for class org.modama.framework.operations.OpInv
 
OpInv.ImageInverter - class org.modama.framework.operations.OpInv.ImageInverter.
negates an image
OpInv.ImageInverter() - Constructor for class org.modama.framework.operations.OpInv.ImageInverter
 
OpInv.NumberInverter - class org.modama.framework.operations.OpInv.NumberInverter.
negates a numberentity
OpInv.NumberInverter() - Constructor for class org.modama.framework.operations.OpInv.NumberInverter
 
OpMul - class org.modama.framework.operations.OpMul.
MULTIPLY
takes exactly one or two inputs and adds them (see Abstracton2InputOperation)
OpMul() - Constructor for class org.modama.framework.operations.OpMul
 
OpMul.MulIeIe - class org.modama.framework.operations.OpMul.MulIeIe.
muls to images
OpMul.MulIeIe() - Constructor for class org.modama.framework.operations.OpMul.MulIeIe
 
OpMul.MulNeIe - class org.modama.framework.operations.OpMul.MulNeIe.
muls a number to an image
OpMul.MulNeIe() - Constructor for class org.modama.framework.operations.OpMul.MulNeIe
 
OpMul.MulNeNe - class org.modama.framework.operations.OpMul.MulNeNe.
Muls to numbers
OpMul.MulNeNe() - Constructor for class org.modama.framework.operations.OpMul.MulNeNe
 
OpNeg - class org.modama.framework.operations.OpNeg.
NEGATOR
takes exactly one input and negates it
OpNeg() - Constructor for class org.modama.framework.operations.OpNeg
 
OpNeg.ImageNegator - class org.modama.framework.operations.OpNeg.ImageNegator.
negates an image
OpNeg.ImageNegator() - Constructor for class org.modama.framework.operations.OpNeg.ImageNegator
 
OpNeg.NumberNegator - class org.modama.framework.operations.OpNeg.NumberNegator.
negates a numberentity
OpNeg.NumberNegator() - Constructor for class org.modama.framework.operations.OpNeg.NumberNegator
 
OpSlice - class org.modama.framework.operations.OpSlice.
SLICE
makes a slice (a cut) with a given thickness at a given position through the image accepts exactly one ImageEntity as input, maybe it also should accept a list, and make produce an NumberLists as output, but at the moment multiple outputs are not allowed -> later
OpSlice() - Constructor for class org.modama.framework.operations.OpSlice
 
OpSlice.Slicer - class org.modama.framework.operations.OpSlice.Slicer.
makes a slice through an image
OpSlice.Slicer() - Constructor for class org.modama.framework.operations.OpSlice.Slicer
 
Output() - Method in class org.modama.framework.operations.AbstractOperation
get the result of the operation
org.modama.framework.operations - package org.modama.framework.operations
 
output - Variable in class org.modama.framework.operations.AbstractOperation
the result of the operation or null if not yet executed

P

PROP_POS - Static variable in class org.modama.framework.operations.OpSlice
 
PROP_TARGETTYPE - Static variable in class org.modama.framework.operations.OpConvert
 
PROP_THICKNESS - Static variable in class org.modama.framework.operations.OpSlice
 
PROP_TYPE - Static variable in class org.modama.framework.operations.OpSlice
 
pos - Variable in class org.modama.framework.operations.OpSlice
position of the slice
propertyChange(PropertyChangeEvent) - Method in class org.modama.framework.operations.AbstractOperation
an inputproperty has changed, normaly this means we have to recalculate TODO do handling for partly changes of lists, so only changed parts have to be recalculated
put(AbstractEntity) - Method in class org.modama.framework.operations.AbstractOperation
add this entity to the input
IllegalArgumentException is thrown if the entity is not accepted (this should be tested bevor by using the method accept)

R

remove(AbstractEntity) - Method in class org.modama.framework.operations.AbstractOperation
removes the entity from the inputlist, or removes the output if entity is the outputentity
removeAll() - Method in class org.modama.framework.operations.AbstractOperation
removes all input and the output
removeAllInput() - Method in class org.modama.framework.operations.AbstractOperation
removes all input
resultingClass - Variable in class org.modama.framework.operations.AbstractOperation
class of the entity that results by this operation

S

save(URL) - Method in class org.modama.framework.operations.AbstractOperation
uses the XMLEncoder to save the object
searchCalculator() - Method in class org.modama.framework.operations.AbstractOperation
uses reflection to search for a fitting calculator
if one is found, that the outputClass
setActive(boolean) - Method in class org.modama.framework.operations.AbstractOperation
if set to false, the operation will not recalc automaticly if inputdata changes
setOutput(AbstractEntity) - Method in class org.modama.framework.operations.AbstractOperation
 
setPos(int) - Method in class org.modama.framework.operations.OpSlice
 
setTargetType(int) - Method in class org.modama.framework.operations.OpConvert
 
setThickness(int) - Method in class org.modama.framework.operations.OpSlice
 
setType(int) - Method in class org.modama.framework.operations.OpSlice
 

T

targetType - Variable in class org.modama.framework.operations.OpConvert
target type for the convertion, has to one of the values from DataBuffer
thickness - Variable in class org.modama.framework.operations.OpSlice
thickness of the slice (in pixel)
toString() - Method in class org.modama.framework.operations.AbstractOperation
get a string for the classname from the resources
type - Variable in class org.modama.framework.operations.OpSlice
horizontal or vertical

V

VERTICAL - Static variable in class org.modama.framework.operations.OpSlice
 

A C D E F G H I L N O P R S T V