Serialized Form
-
Package org.arakhne.afc.agentmotion
-
Class org.arakhne.afc.agentmotion.AgentMotion extends Object implements Serializable
- serialVersionUID:
- 8733139573585094484L
-
Serialized Fields
-
angular
double angular
-
linear
Vector2d linear
-
-
-
Package org.arakhne.afc.agentmotion.common
-
Class org.arakhne.afc.agentmotion.common.AbstractTargetPositionPredictionAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
predictionDuration
double predictionDuration
Duration of prediction.
-
-
Class org.arakhne.afc.agentmotion.common.EvadingAlgorithm extends AbstractTargetPositionPredictionAlgorithm implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
fleeing
FleeingMotionAlgorithm fleeing
Fleeing algorithm to delegate to.
-
-
Class org.arakhne.afc.agentmotion.common.FacingAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
aligning
AligningMotionAlgorithm aligning
Aligning algorithm to delegate to.
-
-
Class org.arakhne.afc.agentmotion.common.FleeingAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Class org.arakhne.afc.agentmotion.common.PursuingAlgorithm extends AbstractTargetPositionPredictionAlgorithm implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
seeking
SeekingMotionAlgorithm seeking
Seeking algorithm to delegate to.
-
-
Class org.arakhne.afc.agentmotion.common.RandomAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
facing
FacingMotionAlgorithm facing
Facing algorithm to delegate to. -
maxWheelRotation
double maxWheelRotation
Maximal rotation of the virtual wheel. -
random
Random random
-
rotation
double rotation
-
seeking
SeekingMotionAlgorithm seeking
Seeking algorithm to delegate to. -
wheelDistance
double wheelDistance
Distance between the agent position and the center of the virtual wheel. -
wheelRadius
double wheelRadius
Radius of the virtual wheel.
-
-
Class org.arakhne.afc.agentmotion.common.SeekingAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
-
Package org.arakhne.afc.agentmotion.kinematic
-
Class org.arakhne.afc.agentmotion.kinematic.AligningKinematicAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
stopAngle
double stopAngle
Angle to the target under which the agent could stop.
-
-
Class org.arakhne.afc.agentmotion.kinematic.ArrivingKinematicAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
stopSquaredDistance
double stopSquaredDistance
Square distance to the target under which the agent could stop.
-
-
Class org.arakhne.afc.agentmotion.kinematic.RandomKinematicAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
random
Random random
-
-
-
Package org.arakhne.afc.agentmotion.steering
-
Class org.arakhne.afc.agentmotion.steering.AligningSteeringAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
approximationFactor
int approximationFactor
Approximation factor. -
decelerationAngle
double decelerationAngle
Angle to the target under which the agent could decelerate. -
stopAngle
double stopAngle
Angle to the target under which the agent could stop.
-
-
Class org.arakhne.afc.agentmotion.steering.ArrivingSteeringAlgorithm extends Object implements Serializable
- serialVersionUID:
- -8318025671219960417L
-
Serialized Fields
-
approximationFactor
int approximationFactor
Approximation factor. -
decelerationDistance
double decelerationDistance
Square distance to the target under which the agent could decelerate. -
stopDistance
double stopDistance
Square distance to the target under which the agent could stop.
-
-
-
Package org.arakhne.afc.attrs.attr
-
Class org.arakhne.afc.attrs.attr.AttributeComparator extends Object implements Serializable
- serialVersionUID:
- -5930539797174658160L
-
Class org.arakhne.afc.attrs.attr.AttributeError extends RuntimeException implements Serializable
- serialVersionUID:
- 3139198792703646207L
-
Class org.arakhne.afc.attrs.attr.AttributeException extends Exception implements Serializable
- serialVersionUID:
- 3139198792703646207L
-
Class org.arakhne.afc.attrs.attr.AttributeImpl extends AttributeValueImpl implements Serializable
- serialVersionUID:
- -3805997544158892016L
-
Serialized Fields
-
name
String name
Name of the metadata.
-
-
Class org.arakhne.afc.attrs.attr.AttributeNameComparator extends Object implements Serializable
- serialVersionUID:
- -2416416144079568908L
-
Class org.arakhne.afc.attrs.attr.AttributeNotInitializedException extends AttributeException implements Serializable
- serialVersionUID:
- -8155807821254667201L
-
Class org.arakhne.afc.attrs.attr.AttributeValueComparator extends Object implements Serializable
- serialVersionUID:
- 3633022581453456195L
-
Class org.arakhne.afc.attrs.attr.AttributeValueImpl extends Object implements Serializable
- serialVersionUID:
- 4014368008512085546L
-
Serialized Fields
-
assigned
boolean assigned
Indicates if this attribute was assigned. -
type
AttributeType type
Type of the metadata. -
value
Object value
Value of the metadata.
-
-
Class org.arakhne.afc.attrs.attr.InvalidAttributeTypeException extends AttributeException implements Serializable
- serialVersionUID:
- -4301702969671847467L
-
Class org.arakhne.afc.attrs.attr.NullAttribute extends Object implements Serializable
- serialVersionUID:
- 259205366482306499L
-
Serialized Fields
-
type
AttributeType type
-
-
-
Package org.arakhne.afc.attrs.collection
-
Class org.arakhne.afc.attrs.collection.AbstractAttributeCollection extends AbstractAttributeProvider implements Serializable
- serialVersionUID:
- 8103647267018484556L
-
Serialized Fields
-
isEventFirable
boolean isEventFirable
-
listenerList
List<AttributeChangeListener> listenerList
-
-
Class org.arakhne.afc.attrs.collection.AbstractAttributeProvider extends Object implements Serializable
- serialVersionUID:
- 1219373996718945571L
-
Class org.arakhne.afc.attrs.collection.AbstractBufferedAttributeProvider extends AbstractAttributeProvider implements Serializable
- serialVersionUID:
- -4231000555346674004L
-
Class org.arakhne.afc.attrs.collection.AttributeChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- -3573147826440564995L
-
Serialized Fields
-
name
String name
-
newValue
AttributeValue newValue
-
oldName
String oldName
-
oldValue
AttributeValue oldValue
-
type
AttributeChangeEvent.Type type
-
-
Class org.arakhne.afc.attrs.collection.AttributeNameStringComparator extends Object implements Serializable
- serialVersionUID:
- -3481930102602278785L
-
Class org.arakhne.afc.attrs.collection.BufferedAttributeCollection extends AbstractAttributeCollection implements Serializable
- serialVersionUID:
- 1865614675044905721L
-
Class org.arakhne.afc.attrs.collection.HeapAttributeCollection extends AbstractAttributeCollection implements Serializable
- serialVersionUID:
- 4362736589775617590L
-
Class org.arakhne.afc.attrs.collection.MultiAttributeCollection extends MultiAttributeProvider implements Serializable
- serialVersionUID:
- 6542692326662357040L
-
Serialized Fields
-
eventHandler
org.arakhne.afc.attrs.collection.MultiAttributeCollection.Handler eventHandler
-
isEventFirable
boolean isEventFirable
-
listeners
Collection<AttributeChangeListener> listeners
-
runProviderEvents
AtomicBoolean runProviderEvents
Boolean indicates that enable event handling from the providers, or not.
-
-
Class org.arakhne.afc.attrs.collection.MultiAttributeProvider extends AbstractAttributeProvider implements Serializable
- serialVersionUID:
- -2673023673767450220L
-
Serialized Fields
-
containers
Collection<AttributeProvider> containers
-
names
Set<String> names
Cache of the names of the attributes.
-
-
Class org.arakhne.afc.attrs.collection.NoAttributeFoundException extends AttributeException implements Serializable
- serialVersionUID:
- 6988928120286302957L
-
-
Package org.arakhne.afc.gis.bus.layer
-
Class org.arakhne.afc.gis.bus.layer.BusItineraryLayer extends MapLayer implements Serializable
- serialVersionUID:
- -8814149624018230169L
-
Serialized Fields
-
autoUpdate
AtomicBoolean autoUpdate
-
busItinerary
BusItinerary busItinerary
-
listener
BusChangeListener listener
-
-
Class org.arakhne.afc.gis.bus.layer.BusLineLayer extends MultiMapLayer<BusItineraryLayer> implements Serializable
- serialVersionUID:
- 4731170172879143872L
-
Serialized Fields
-
autoUpdate
AtomicBoolean autoUpdate
-
busLine
BusLine busLine
-
listener
BusChangeListener listener
-
-
Class org.arakhne.afc.gis.bus.layer.BusNetworkLayer extends MultiMapLayer<BusLineLayer> implements Serializable
- serialVersionUID:
- 2045535681569299323L
-
Serialized Fields
-
autoUpdate
AtomicBoolean autoUpdate
-
busNetwork
BusNetwork busNetwork
-
listener
BusChangeListener listener
-
-
-
Package org.arakhne.afc.gis.bus.network
-
Class org.arakhne.afc.gis.bus.network.AbstractBusContainer extends AbstractBusPrimitive<CONTAINER extends BusContainer<?>> implements Serializable
- serialVersionUID:
- -1555006589205326227L
-
Class org.arakhne.afc.gis.bus.network.AbstractBusPrimitive extends AbstractBoundedGISElement<CONTAINER extends BusContainer<?>,AbstractBusPrimitive<CONTAINER extends BusContainer<?>>> implements Serializable
- serialVersionUID:
- 50808872176874668L
-
Serialized Fields
-
attributeListener
org.arakhne.afc.gis.bus.network.AbstractBusPrimitive.AttributeListener attributeListener
-
flag
int flag
Flag associated to this element. -
invalidityReason
BusPrimitiveInvalidity invalidityReason
Reason of the invalidity. -
listeners
ListenerCollection<EventListener> listeners
-
-
Class org.arakhne.afc.gis.bus.network.BusChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- -8957499234869650373L
-
Serialized Fields
-
index
int index
-
newValue
Object newValue
-
oldValue
Object oldValue
-
propertyName
String propertyName
-
subObject
Object subObject
-
type
BusChangeEvent.BusChangeEventType type
-
-
Class org.arakhne.afc.gis.bus.network.BusHub extends AbstractBusPrimitive<BusNetwork> implements Serializable
- serialVersionUID:
- -6882619797564379960L
-
Class org.arakhne.afc.gis.bus.network.BusItinerary extends AbstractBusContainer<BusLine,BusItineraryHalt> implements Serializable
- serialVersionUID:
- 2291205406053263827L
-
Serialized Fields
-
insertionIndex
int insertionIndex
This index is used to provide a unique id to the inserted bus halts. This identifier is used to put the halts in the sorted list of invalid halts. -
invalidHalts
List<BusItineraryHalt> invalidHalts
-
path
SoftReference<Path2d> path
-
roadNetwork
WeakReference<RoadNetwork> roadNetwork
-
roadSegments
ClusteredRoadPath roadSegments
-
validHalts
List<BusItineraryHalt> validHalts
-
-
Class org.arakhne.afc.gis.bus.network.BusItineraryHalt extends AbstractBusPrimitive<BusItinerary> implements Serializable
- serialVersionUID:
- 5282365930067534990L
-
Serialized Fields
-
bufferPosition1D
Point1d bufferPosition1D
-
busStop
WeakReference<BusStop> busStop
Real bus halt. -
curvilineDistance
double curvilineDistance
Is the position of the bus halt on the road segment from the segment's start. -
invalidListIndex
int invalidListIndex
This index is used to provide a unique id to the inserted bus halts. This identifier is used to put the halts in the sorted list of invalid halts. -
roadSegmentIndex
int roadSegmentIndex
Index of the road segment on which the bus halt lies. -
type
BusItineraryHalt.BusItineraryHaltType type
Type of this bus halt.
-
-
Class org.arakhne.afc.gis.bus.network.BusLine extends AbstractBusContainer<BusNetwork,BusItinerary> implements Serializable
- serialVersionUID:
- -8578378454127838065L
-
Serialized Fields
-
itineraries
List<BusItinerary> itineraries
List of the itineraries of this line. -
path
SoftReference<Path2d> path
-
-
Class org.arakhne.afc.gis.bus.network.BusNetwork extends AbstractBusContainer<BusContainer<?>,BusLine> implements Serializable
- serialVersionUID:
- -395580791551473140L
-
Serialized Fields
-
busLines
List<BusLine> busLines
List of lines in this network. -
invalidBusHubs
List<BusHub> invalidBusHubs
List of not-localized hubs in this network. -
invalidBusStops
List<BusStop> invalidBusStops
List of not-localized stops in this network. -
roadNetwork
RoadNetwork roadNetwork
Road network on which the bus network is mapped. -
validBusHubs
StandardGISTreeSet<BusHub> validBusHubs
List of hubs in this network. -
validBusStops
StandardGISTreeSet<BusStop> validBusStops
List of localized stops in this network.
-
-
Class org.arakhne.afc.gis.bus.network.BusPrimitiveInvalidity extends Object implements Serializable
- serialVersionUID:
- -7704445937498885786L
-
Serialized Fields
-
additionalInformation
String additionalInformation
-
type
BusPrimitiveInvalidityType type
-
-
Class org.arakhne.afc.gis.bus.network.BusStop extends AbstractBusPrimitive<BusNetwork> implements Serializable
- serialVersionUID:
- -4841464826170663992L
-
Serialized Fields
-
halts
WeakArrayList<BusItineraryHalt> halts
Bus initinerary halts associated to this busstop. -
hubs
WeakArrayList<BusHub> hubs
Hubs where this busstop is located. -
position
GeoLocationPoint position
Geo-location of this bus stop.
-
-
Class org.arakhne.afc.gis.bus.network.InvalidBusPrimitiveException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4225888425351456084L
-
-
Package org.arakhne.afc.gis.coordinate
-
Class org.arakhne.afc.gis.coordinate.GeodesicPosition extends Object implements Serializable
- serialVersionUID:
- -9175636969708372806L
-
Serialized Fields
-
lambda
double lambda
Lambda component in the WSG84 standard. -
phi
double phi
Phi component in the WSG84 standard.
-
-
-
Package org.arakhne.afc.gis.location
-
Class org.arakhne.afc.gis.location.GeoId extends Object implements Serializable
- serialVersionUID:
- 5402736192573807251L
-
Serialized Fields
-
id
String id
-
-
-
Package org.arakhne.afc.gis.mapelement
-
Class org.arakhne.afc.gis.mapelement.MapCircle extends MapPonctualElement implements Serializable
- serialVersionUID:
- -8342043070262210048L
-
Serialized Fields
-
radius
double radius
Size of the circle.
-
-
Class org.arakhne.afc.gis.mapelement.MapComposedElement extends MapElement implements Serializable
- serialVersionUID:
- -6302802665318165511L
-
Serialized Fields
-
partIndexes
int[] partIndexes
List of part's starting points. Except for the first part for with the starting index is always 0. -
pointCoordinates
double[] pointCoordinates
List of all the points. The x-coordinates are at the odd indexes, the y-coordinates are at the even ones.
-
-
Class org.arakhne.afc.gis.mapelement.MapElement extends AbstractBoundedGISElement<GISElementContainer<?>,MapElement> implements Serializable
- serialVersionUID:
- 637544611540259335L
-
Serialized Fields
-
attributeListener
org.arakhne.afc.gis.mapelement.MapElement.AttributeListener attributeListener
-
colorObject
Integer colorObject
-
flag
int flag
Flag associated to this element. -
listeners
ListenerCollection<GISEditableChangeListener> listeners
Listener on changes. -
vizualizationType
MapElement.VisualizationType vizualizationType
-
-
Class org.arakhne.afc.gis.mapelement.MapMultiPoint extends MapComposedElement implements Serializable
- serialVersionUID:
- 1449769206238650080L
-
Serialized Fields
-
doubleFramed
boolean doubleFramed
Must the point be drawn with a double frame. -
pointSize
double pointSize
Size of the points in pixels.
-
-
Class org.arakhne.afc.gis.mapelement.MapPoint extends MapPonctualElement implements Serializable
- serialVersionUID:
- -4668637112283077358L
-
Serialized Fields
-
doubleFramed
boolean doubleFramed
Must the point be drawn with a double frame. -
pointSize
double pointSize
Size of the points in meters.
-
-
Class org.arakhne.afc.gis.mapelement.MapPolygon extends MapComposedElement implements Serializable
- serialVersionUID:
- 2544090957795621479L
-
Class org.arakhne.afc.gis.mapelement.MapPolyline extends MapComposedElement implements Serializable
- serialVersionUID:
- -5742146638409712002L
-
Serialized Fields
-
isWidePolyline
boolean isWidePolyline
-
length
double length
-
path
SoftReference<Path2d> path
-
-
Class org.arakhne.afc.gis.mapelement.MapPonctualElement extends MapElement implements Serializable
- serialVersionUID:
- 8751041185366169944L
-
Serialized Fields
-
position
Point2d position
Geo-location.
-
-
-
Package org.arakhne.afc.gis.maplayer
-
Class org.arakhne.afc.gis.maplayer.ArrayMapElementLayer extends MapElementLayer<E extends MapElement> implements Serializable
- serialVersionUID:
- -1211690940331272178L
-
Serialized Fields
-
mapElements
InformedArrayList<E extends MapElement> mapElements
-
-
Class org.arakhne.afc.gis.maplayer.ConsumableEvent extends EventObject implements Serializable
- serialVersionUID:
- -7450003442407718943L
-
Serialized Fields
-
disappearWhenConsumed
boolean disappearWhenConsumed
-
isConsumed
boolean isConsumed
-
-
Class org.arakhne.afc.gis.maplayer.GridMapElementLayer extends MapElementLayer<E extends MapElement> implements Serializable
- serialVersionUID:
- -2038847862529467386L
-
Serialized Fields
-
mapElements
MapElementGridSet<E extends MapElement> mapElements
-
-
Class org.arakhne.afc.gis.maplayer.MapElementLayer extends MapLayer implements Serializable
- serialVersionUID:
- -398027492247194045L
-
Class org.arakhne.afc.gis.maplayer.MapLayer extends AbstractBoundedGISElement<GISLayerContainer<?>,MapLayer> implements Serializable
- serialVersionUID:
- 8089536894326744997L
-
Serialized Fields
-
isTemp
boolean isTemp
Indicates if this layer is temporary. -
readOnly
boolean readOnly
Indicates if this layer could be assumed as read-only element.
-
-
Class org.arakhne.afc.gis.maplayer.MapLayer.SpecialAttributeValue extends AttributeValueImpl implements Serializable
- serialVersionUID:
- 4671570907546629771L
-
Class org.arakhne.afc.gis.maplayer.MapLayerAttributeChangeEvent extends ConsumableEvent implements Serializable
- serialVersionUID:
- -1392350428889831180L
-
Serialized Fields
-
originalEvent
AttributeChangeEvent originalEvent
-
-
Class org.arakhne.afc.gis.maplayer.MapLayerContentEvent extends ConsumableEvent implements Serializable
- serialVersionUID:
- 5661900782832388216L
-
Class org.arakhne.afc.gis.maplayer.MapLayerHierarchyEvent extends ConsumableEvent implements Serializable
- serialVersionUID:
- 3172814968867800834L
-
Serialized Fields
-
childLayers
List<? extends MapLayer> childLayers
-
index
int index
-
parentLayer
GISLayerContainer<?> parentLayer
-
temporaryChange
boolean temporaryChange
-
type
MapLayerHierarchyEvent.Type type
-
-
Class org.arakhne.afc.gis.maplayer.MultiMapLayer extends MapLayer implements Serializable
- serialVersionUID:
- 2125894425580476243L
-
Serialized Fields
-
subLayers
InformedArrayList<L extends MapLayer> subLayers
List of contained sub-layers. -
visibleBounds
Rectangle2d visibleBounds
Visible bounds of this element.
-
-
Class org.arakhne.afc.gis.maplayer.TreeMapElementLayer extends MapElementLayer<E extends MapElement> implements Serializable
- serialVersionUID:
- -2435314165368116725L
-
Serialized Fields
-
mapElements
MapElementTreeSet<E extends MapElement> mapElements
-
-
-
Package org.arakhne.afc.gis.primitive
-
Class org.arakhne.afc.gis.primitive.AbstractBoundedGISElement extends AbstractGISElement<C extends GISContainer<?>,T extends AbstractBoundedGISElement<C,T>> implements Serializable
- serialVersionUID:
- 2804454630472447980L
-
Class org.arakhne.afc.gis.primitive.AbstractGISElement extends Object implements Serializable
- serialVersionUID:
- 5339850330022310748L
-
Serialized Fields
-
attributeSource
AttributeCollection attributeSource
Source of attributes. -
isEventFirable
boolean isEventFirable
Indicates if the events are fired. -
uid
UUID uid
Identifier of this element.
-
-
Class org.arakhne.afc.gis.primitive.NoAttributeProviderFoundException extends RuntimeException implements Serializable
- serialVersionUID:
- -5555633193355410830L
-
-
Package org.arakhne.afc.gis.road
-
Class org.arakhne.afc.gis.road.RoadPolyline extends MapPolyline implements Serializable
- serialVersionUID:
- -2881502228274578187L
-
Serialized Fields
-
firstConnection
StandardRoadConnection firstConnection
-
lastConnection
StandardRoadConnection lastConnection
-
roadNetwork
WeakReference<StandardRoadNetwork> roadNetwork
-
roadType
RoadType roadType
-
width
double width
-
-
Class org.arakhne.afc.gis.road.StandardRoadNetwork extends AbstractBoundedGISElement<GISContainer<?>,StandardRoadNetwork> implements Serializable
- serialVersionUID:
- 4183798734164630125L
-
Serialized Fields
-
connectionCount
int connectionCount
Number of road connections in the network. -
eventHandler
StandardRoadNetwork.EventHandler eventHandler
-
listeners
Collection<RoadNetworkListener> listeners
Event Listeners. -
roadSegments
GISPolylineSet<RoadPolyline> roadSegments
List of road segments.
-
-
-
Package org.arakhne.afc.gis.road.layer
-
Class org.arakhne.afc.gis.road.layer.RoadNetworkLayer extends MapElementLayer<RoadPolyline> implements Serializable
- serialVersionUID:
- -1457398279058798135L
-
Serialized Fields
-
listener
RoadNetworkListener listener
-
roadNetwork
StandardRoadNetwork roadNetwork
-
-
-
Package org.arakhne.afc.gis.road.primitive
-
Class org.arakhne.afc.gis.road.primitive.RoadNetworkException extends RuntimeException implements Serializable
- serialVersionUID:
- 2315994044010058625L
-
Class org.arakhne.afc.gis.road.primitive.UnexpectedRoadNetworkException extends RoadNetworkException implements Serializable
- serialVersionUID:
- -66531284484699119L
-
Class org.arakhne.afc.gis.road.primitive.UnsupportedRoadConnectionException extends RoadNetworkException implements Serializable
- serialVersionUID:
- 972231939151920439L
-
Class org.arakhne.afc.gis.road.primitive.UnsupportedRoadSegmentException extends RoadNetworkException implements Serializable
- serialVersionUID:
- 972231939151920439L
-
-
Package org.arakhne.afc.inputoutput.xml
-
Class org.arakhne.afc.inputoutput.xml.ColorFormatException extends Exception implements Serializable
- serialVersionUID:
- -4169870230080003506L
-
Class org.arakhne.afc.inputoutput.xml.DateFormatException extends Exception implements Serializable
- serialVersionUID:
- -2648122744205297992L
-
-
Package org.arakhne.afc.io.dbase
-
Class org.arakhne.afc.io.dbase.DBaseFileException extends IOException implements Serializable
- serialVersionUID:
- -6384005869799377475L
-
Class org.arakhne.afc.io.dbase.EOFDBaseFileException extends DBaseFileException implements Serializable
- serialVersionUID:
- 6603244208654414025L
-
Class org.arakhne.afc.io.dbase.InvalidDBaseFieldTerminationException extends DBaseFileException implements Serializable
- serialVersionUID:
- -6300581397256068274L
-
Class org.arakhne.afc.io.dbase.InvalidDBaseFieldTypeException extends DBaseFileException implements Serializable
- serialVersionUID:
- -6808202714059751254L
-
Class org.arakhne.afc.io.dbase.InvalidDeletionFlagFormatException extends DBaseFileException implements Serializable
- serialVersionUID:
- -6962599361147569659L
-
Serialized Fields
-
rawData
int rawData
-
recordNumber
int recordNumber
-
-
Class org.arakhne.afc.io.dbase.InvalidRawDataFormatException extends DBaseFileException implements Serializable
- serialVersionUID:
- 921070660800491853L
-
Serialized Fields
-
columnNumber
int columnNumber
-
rawData
CharSequence rawData
-
recordNumber
int recordNumber
-
-
Class org.arakhne.afc.io.dbase.InvalidRecordSizeException extends DBaseFileException implements Serializable
- serialVersionUID:
- -765723839371892324L
-
Serialized Fields
-
computedSize
int computedSize
-
desiredSize
int desiredSize
-
-
Class org.arakhne.afc.io.dbase.MustCallReadHeaderFunctionException extends DBaseFileException implements Serializable
- serialVersionUID:
- -6908882003336626925L
-
Class org.arakhne.afc.io.dbase.MustCallWriteHeaderFunctionException extends DBaseFileException implements Serializable
- serialVersionUID:
- -8928948283972160044L
-
Class org.arakhne.afc.io.dbase.TooManyDBaseColumnException extends DBaseFileException implements Serializable
- serialVersionUID:
- -5669121136539530424L
-
Class org.arakhne.afc.io.dbase.UnsupportedSeekOperationException extends DBaseFileException implements Serializable
- serialVersionUID:
- -3710376614668738899L
-
-
Package org.arakhne.afc.io.dbase.attr
-
Class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeCollection extends DBaseFileAttributeProvider implements Serializable
- serialVersionUID:
- -8104118627013838862L
-
Serialized Fields
-
addedElementCount
int addedElementCount
-
buffer
Map<String,Attribute> buffer
-
isEventFirable
boolean isEventFirable
-
listeners
Collection<AttributeChangeListener> listeners
-
-
Class org.arakhne.afc.io.dbase.attr.DBaseFileAttributeProvider extends AbstractAttributeProvider implements Serializable
- serialVersionUID:
- 7759049010460115596L
-
Serialized Fields
-
accessor
DBaseFileAttributeAccessor accessor
-
-
-
Package org.arakhne.afc.io.shape
-
Class org.arakhne.afc.io.shape.BoundsNotFoundException extends ShapeFileException implements Serializable
- serialVersionUID:
- 8993289647106402168L
-
Class org.arakhne.afc.io.shape.ESRIPoint extends Point3d implements Serializable
- serialVersionUID:
- -6733000156946667895L
-
Serialized Fields
-
mesure
double mesure
Measure associated to this point.
-
-
Class org.arakhne.afc.io.shape.InvalidMultipatchTypeException extends ShapeFileException implements Serializable
- serialVersionUID:
- -35505395409320449L
-
Class org.arakhne.afc.io.shape.InvalidNumericValueException extends ShapeFileException implements Serializable
- serialVersionUID:
- 2291378713186434291L
-
Class org.arakhne.afc.io.shape.InvalidShapeFileVersionException extends ShapeFileException implements Serializable
- serialVersionUID:
- -2620741635284265948L
-
Class org.arakhne.afc.io.shape.InvalidShapeTypeException extends ShapeFileException implements Serializable
- serialVersionUID:
- -9040998857840168244L
-
Class org.arakhne.afc.io.shape.NotShapeFileException extends ShapeFileException implements Serializable
- serialVersionUID:
- 7712212734967915182L
-
Class org.arakhne.afc.io.shape.SeekOperationDisabledException extends ShapeFileException implements Serializable
- serialVersionUID:
- -4496894840041478748L
-
Class org.arakhne.afc.io.shape.ShapeFileException extends IOException implements Serializable
- serialVersionUID:
- -4964675492711258793L
-
Class org.arakhne.afc.io.shape.ShapeFileFormatException extends ShapeFileException implements Serializable
- serialVersionUID:
- -7834091416396962987L
-
-
Package org.arakhne.afc.math
-
Class org.arakhne.afc.math.DoubleRange extends Object implements Serializable
- serialVersionUID:
- -6358924548037498965L
-
Serialized Fields
-
max
double max
-
min
double min
-
-
-
Package org.arakhne.afc.math.geometry.coordinatesystem
-
Class org.arakhne.afc.math.geometry.coordinatesystem.CoordinateSystemNotFoundException extends AssertionError implements Serializable
- serialVersionUID:
- -7403966914116118753L
-
-
Package org.arakhne.afc.math.geometry.d1
-
Class org.arakhne.afc.math.geometry.d1.ImmutablePoint1D extends Object implements Serializable
- serialVersionUID:
- 3539811672796128229L
-
Serialized Fields
-
segment
WeakReference<S extends Segment1D<?,?>> segment
-
x
double x
-
y
double y
-
-
Class org.arakhne.afc.math.geometry.d1.ImmutableVector1D extends Object implements Serializable
- serialVersionUID:
- 7547438426195490640L
-
Serialized Fields
-
segment
WeakReference<S extends Segment1D<?,?>> segment
-
x
double x
-
y
double y
-
-
-
Package org.arakhne.afc.math.geometry.d1.afp
-
Class org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp extends Object implements Serializable
- serialVersionUID:
- -5032793839535870526L
-
Serialized Fields
-
segment
WeakReference<Segment1D<?,?>> segment
-
x
double x
-
y
double y
-
-
Class org.arakhne.afc.math.geometry.d1.afp.InnerComputationVector1afp extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
segment
WeakReference<Segment1D<?,?>> segment
-
x
double x
-
y
double y
-
-
-
Package org.arakhne.afc.math.geometry.d1.d
-
Class org.arakhne.afc.math.geometry.d1.d.AbstractRectangularShape1d extends AbstractShape1d<IT extends AbstractRectangularShape1d<?>> implements Serializable
- serialVersionUID:
- 562658629477723655L
-
Serialized Fields
-
maxx
double maxx
-
maxy
double maxy
-
minx
double minx
-
miny
double miny
-
-
Class org.arakhne.afc.math.geometry.d1.d.AbstractShape1d extends Object implements Serializable
- serialVersionUID:
- 4686282147250686518L
-
Serialized Fields
-
segment
WeakReference<Segment1D<?,?>> segment
-
-
Class org.arakhne.afc.math.geometry.d1.d.Point1d extends Tuple1d<Point1d> implements Serializable
- serialVersionUID:
- 8260615949586048966L
-
Class org.arakhne.afc.math.geometry.d1.d.Rectangle1d extends AbstractShape1d<Rectangle1d> implements Serializable
- serialVersionUID:
- -2138921378214589458L
-
Serialized Fields
-
maxx
double maxx
-
maxy
double maxy
-
minx
double minx
-
miny
double miny
-
-
Class org.arakhne.afc.math.geometry.d1.d.Tuple1d extends Object implements Serializable
- serialVersionUID:
- -7422015889188383352L
-
Serialized Fields
-
segment
WeakReference<Segment1D<?,?>> segment
x coordinate. -
x
double x
x coordinate. -
y
double y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d1.d.Vector1d extends Tuple1d<Vector1d> implements Serializable
- serialVersionUID:
- 6219852825470812955L
-
-
Package org.arakhne.afc.math.geometry.d1.dfx
-
Class org.arakhne.afc.math.geometry.d1.dfx.AbstractRectangularShape1dfx extends AbstractShape1dfx<IT extends AbstractRectangularShape1dfx<?>> implements Serializable
- serialVersionUID:
- 562658629477723655L
-
Serialized Fields
-
height
javafx.beans.property.DoubleProperty height
height property. -
maxX
javafx.beans.property.DoubleProperty maxX
maxX property. -
maxY
javafx.beans.property.DoubleProperty maxY
maxY property. -
minX
javafx.beans.property.DoubleProperty minX
minX property. -
minY
javafx.beans.property.DoubleProperty minY
minY property. -
width
javafx.beans.property.DoubleProperty width
width property.
-
-
Class org.arakhne.afc.math.geometry.d1.dfx.AbstractShape1dfx extends Object implements Serializable
- serialVersionUID:
- 5975659766737300344L
-
Serialized Fields
-
boundingBox
javafx.beans.property.ObjectProperty<Rectangle1dfx> boundingBox
Bounding box property. -
segment
javafx.beans.property.ObjectProperty<WeakReference<Segment1D<?,?>>> segment
segment reference.
-
-
Class org.arakhne.afc.math.geometry.d1.dfx.Point1dfx extends Tuple1dfx<Point1dfx> implements Serializable
- serialVersionUID:
- -1676607316269267712L
-
Class org.arakhne.afc.math.geometry.d1.dfx.Rectangle1dfx extends AbstractShape1dfx<Rectangle1dfx> implements Serializable
- serialVersionUID:
- 8019832663705061476L
-
Serialized Fields
-
height
javafx.beans.property.DoubleProperty height
height property. -
maxX
javafx.beans.property.DoubleProperty maxX
maxX property. -
maxY
javafx.beans.property.DoubleProperty maxY
maxY property. -
minX
javafx.beans.property.DoubleProperty minX
minX property. -
minY
javafx.beans.property.DoubleProperty minY
minY property. -
width
javafx.beans.property.DoubleProperty width
width property.
-
-
Class org.arakhne.afc.math.geometry.d1.dfx.Tuple1dfx extends Object implements Serializable
- serialVersionUID:
- 7855806823055588137L
-
Serialized Fields
-
segment
javafx.beans.property.ObjectProperty<WeakReference<Segment1D<?,?>>> segment
segment reference. -
x
javafx.beans.property.DoubleProperty x
x coordinate. -
y
javafx.beans.property.DoubleProperty y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d1.dfx.Vector1dfx extends Tuple1dfx<Vector1dfx> implements Serializable
- serialVersionUID:
- -1551173291533274098L
-
-
Package org.arakhne.afc.math.geometry.d2
-
Class org.arakhne.afc.math.geometry.d2.ImmutablePoint2D extends Object implements Serializable
- serialVersionUID:
- 2208831768117217178L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class org.arakhne.afc.math.geometry.d2.ImmutableVector2D extends Object implements Serializable
- serialVersionUID:
- 1590949485248939642L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class org.arakhne.afc.math.geometry.d2.Transform2D extends Matrix3d implements Serializable
- serialVersionUID:
- -2858647743636794878L
-
-
Package org.arakhne.afc.math.geometry.d2.afp
-
Class org.arakhne.afc.math.geometry.d2.afp.InnerComputationPoint2afp extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class org.arakhne.afc.math.geometry.d2.afp.InnerComputationVector2afp extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Package org.arakhne.afc.math.geometry.d2.ai
-
Class org.arakhne.afc.math.geometry.d2.ai.InnerComputationPoint2ai extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
Class org.arakhne.afc.math.geometry.d2.ai.InnerComputationVector2ai extends Object implements Serializable
- serialVersionUID:
- -9075498295363704480L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
-
Package org.arakhne.afc.math.geometry.d2.d
-
Class org.arakhne.afc.math.geometry.d2.d.AbstractRectangularShape2d extends AbstractShape2d<IT extends AbstractRectangularShape2d<?>> implements Serializable
- serialVersionUID:
- 562658629477723655L
-
Serialized Fields
-
maxx
double maxx
-
maxy
double maxy
-
minx
double minx
-
miny
double miny
-
-
Class org.arakhne.afc.math.geometry.d2.d.AbstractShape2d extends Object implements Serializable
- serialVersionUID:
- 8998400951370579721L
-
Serialized Fields
-
geometryListeners
List<ShapeGeometryChangeListener> geometryListeners
-
-
Class org.arakhne.afc.math.geometry.d2.d.Circle2d extends AbstractShape2d<Circle2d> implements Serializable
- serialVersionUID:
- -8532584773530573738L
-
Serialized Fields
-
centerX
double centerX
-
centerY
double centerY
-
radius
double radius
-
-
Class org.arakhne.afc.math.geometry.d2.d.Ellipse2d extends AbstractRectangularShape2d<Ellipse2d> implements Serializable
- serialVersionUID:
- -4493000182971183282L
-
Class org.arakhne.afc.math.geometry.d2.d.MultiShape2d extends AbstractShape2d<MultiShape2d<T extends Shape2d<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Serialized Fields
-
bounds
Rectangle2d bounds
-
elements
List<T extends Shape2d<?>> elements
-
-
Class org.arakhne.afc.math.geometry.d2.d.OrientedPoint2d extends Point2d implements Serializable
- serialVersionUID:
- 6296312122530686621L
-
Serialized Fields
-
tx
double tx
-
ty
double ty
-
-
Class org.arakhne.afc.math.geometry.d2.d.OrientedRectangle2d extends AbstractShape2d<OrientedRectangle2d> implements Serializable
- serialVersionUID:
- 7619908159953423088L
-
Serialized Fields
-
cx
double cx
Center of the OBR. -
cy
double cy
Center of the OBR. -
extentR
double extentR
Half-size of the first axis of the OBR. -
extentS
double extentS
Half-size of the second axis of the OBR. -
rx
double rx
X coordinate of the first axis of the OBR. -
ry
double ry
Y coordinate of the first axis of the OBR.
-
-
Class org.arakhne.afc.math.geometry.d2.d.Parallelogram2d extends AbstractShape2d<Parallelogram2d> implements Serializable
- serialVersionUID:
- 8945099277213684150L
-
Serialized Fields
-
cx
double cx
Center of the parallelogram. -
cy
double cy
Center of the parallelogram. -
extentR
double extentR
Half-size of the first axis of the parallelogram. -
extentS
double extentS
Half-size of the second axis of the parallelogram. -
rx
double rx
X coordinate of the first axis of the parallelogram. -
ry
double ry
Y coordinate of the first axis of the parallelogram. -
sx
double sx
X coordinate of the second axis of the parallelogram. -
sy
double sy
Y coordinate of the second axis of the parallelogram.
-
-
Class org.arakhne.afc.math.geometry.d2.d.Path2d extends AbstractShape2d<Path2d> implements Serializable
- serialVersionUID:
- 4567950736238157802L
-
Serialized Fields
-
coords
double[] coords
Array of coords. -
graphicalBounds
SoftReference<Rectangle2d> graphicalBounds
Buffer for the bounds of the path that corresponds to the points really on the path (eg, the pixels drawn). The control points of the curves are not considered in this bounds. -
isCurved
Boolean isCurved
Indicates if the path is curved. -
isEmpty
Boolean isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
Boolean isMultipart
Indicates if the path is multipart. -
isPolygon
Boolean isPolygon
Indicates if the path is a polygon. -
isPolyline
Boolean isPolyline
Indicates if the path is a polyline. -
length
Double length
Buffer for the length of the path. -
logicalBounds
SoftReference<Rectangle2d> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
numCoords
int numCoords
Number of coords in the array. -
numTypes
int numTypes
Number of types in the array. -
types
PathElementType[] types
Array of types. -
windingRule
PathWindingRule windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d2.d.PathElement2d extends Object implements Serializable
- serialVersionUID:
- -9217295344283468162L
-
Serialized Fields
-
toX
double toX
Target point. -
toY
double toY
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d2.d.Point2d extends Tuple2d<Point2d> implements Serializable
- serialVersionUID:
- -8318943957531471869L
-
Class org.arakhne.afc.math.geometry.d2.d.Rectangle2d extends AbstractShape2d<Rectangle2d> implements Serializable
- serialVersionUID:
- -2138921378214589458L
-
Serialized Fields
-
maxx
double maxx
-
maxy
double maxy
-
minx
double minx
-
miny
double miny
-
-
Class org.arakhne.afc.math.geometry.d2.d.RoundRectangle2d extends AbstractRectangularShape2d<RoundRectangle2d> implements Serializable
- serialVersionUID:
- -6419985193487310000L
-
Serialized Fields
-
arcHeight
double arcHeight
-
arcWidth
double arcWidth
-
-
Class org.arakhne.afc.math.geometry.d2.d.Segment2d extends AbstractShape2d<Segment2d> implements Serializable
- serialVersionUID:
- -5667213589442134247L
-
Serialized Fields
-
ax
double ax
-
ay
double ay
-
bx
double bx
-
by
double by
-
-
Class org.arakhne.afc.math.geometry.d2.d.SegmentPoint2d extends AbstractShape2d<SegmentPoint2d> implements Serializable
- serialVersionUID:
- -5667213589442134247L
-
Class org.arakhne.afc.math.geometry.d2.d.Triangle2d extends AbstractShape2d<Triangle2d> implements Serializable
- serialVersionUID:
- 6181771392780117178L
-
Serialized Fields
-
isCCW
Boolean isCCW
-
x1
double x1
-
x2
double x2
-
x3
double x3
-
y1
double y1
-
y2
double y2
-
y3
double y3
-
-
Class org.arakhne.afc.math.geometry.d2.d.Tuple2d extends Object implements Serializable
- serialVersionUID:
- -1204612842037872952L
-
Serialized Fields
-
x
double x
x coordinate. -
y
double y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d2.d.Vector2d extends Tuple2d<Vector2d> implements Serializable
- serialVersionUID:
- 9183440606977893371L
-
-
Package org.arakhne.afc.math.geometry.d2.dfx
-
Class org.arakhne.afc.math.geometry.d2.dfx.AbstractRectangularShape2dfx extends AbstractShape2dfx<IT extends AbstractRectangularShape2dfx<?>> implements Serializable
- serialVersionUID:
- 562658629477723655L
-
Serialized Fields
-
height
javafx.beans.property.DoubleProperty height
height property. -
maxX
javafx.beans.property.DoubleProperty maxX
maxX property. -
maxY
javafx.beans.property.DoubleProperty maxY
maxY property. -
minX
javafx.beans.property.DoubleProperty minX
minX property. -
minY
javafx.beans.property.DoubleProperty minY
minY property. -
width
javafx.beans.property.DoubleProperty width
width property.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.AbstractShape2dfx extends Object implements Serializable
- serialVersionUID:
- 5975659766737300344L
-
Serialized Fields
-
boundingBox
javafx.beans.property.ObjectProperty<Rectangle2dfx> boundingBox
Bounding box property.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Circle2dfx extends AbstractShape2dfx<Circle2dfx> implements Serializable
- serialVersionUID:
- 837592010117981823L
-
Serialized Fields
-
center
Point2dfx center
-
radius
javafx.beans.property.DoubleProperty radius
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Ellipse2dfx extends AbstractRectangularShape2dfx<Ellipse2dfx> implements Serializable
- serialVersionUID:
- -4493000182971183282L
-
Class org.arakhne.afc.math.geometry.d2.dfx.MultiShape2dfx extends AbstractShape2dfx<MultiShape2dfx<T extends Shape2dfx<?>>> implements Serializable
- serialVersionUID:
- -7124696554694835718L
-
Class org.arakhne.afc.math.geometry.d2.dfx.OrientedPoint2dfx extends Point2dfx implements Serializable
- serialVersionUID:
- 1696624733007552173L
-
Serialized Fields
-
normalProperty
javafx.beans.property.ObjectProperty<Vector2dfx> normalProperty
Normal vector to the point. -
tangent
Vector2dfx tangent
Tangent vector to this point.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.OrientedRectangle2dfx extends AbstractShape2dfx<OrientedRectangle2dfx> implements Serializable
- serialVersionUID:
- -7570709068803272507L
-
Serialized Fields
-
center
Point2dfx center
Center of the OBR. -
extentR
javafx.beans.property.DoubleProperty extentR
Half-size of the first axis of the OBR. -
extentS
javafx.beans.property.DoubleProperty extentS
Half-size of the second axis of the OBR. -
raxis
UnitVectorProperty raxis
The first axis of the OBR. -
saxis
ReadOnlyUnitVectorWrapper saxis
The second axis of the OBR.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Parallelogram2dfx extends AbstractShape2dfx<Parallelogram2dfx> implements Serializable
- serialVersionUID:
- -3880367245218796375L
-
Serialized Fields
-
center
Point2dfx center
Center of the parallelogram. -
extentR
javafx.beans.property.DoubleProperty extentR
Half-size of the first axis of the parallelogram. -
extentS
javafx.beans.property.DoubleProperty extentS
Half-size of the second axis of the parallelogram. -
raxis
UnitVectorProperty raxis
The first axis of the parallelogram. -
saxis
UnitVectorProperty saxis
The second axis of the parallelogram.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Path2dfx extends AbstractShape2dfx<Path2dfx> implements Serializable
- serialVersionUID:
- 6051061640155091109L
-
Serialized Fields
-
coords
javafx.beans.property.ReadOnlyListWrapper<Point2dfx> coords
Array of coords. -
isCurved
javafx.beans.property.BooleanProperty isCurved
Indicates if the path is curved. -
isEmpty
javafx.beans.property.BooleanProperty isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultiparts
javafx.beans.property.BooleanProperty isMultiparts
Indicates if the path is multipart. -
isPolygon
javafx.beans.property.BooleanProperty isPolygon
Indicates if the path is a polygon. -
isPolyline
javafx.beans.property.BooleanProperty isPolyline
Indicates if the path is a polyline. -
length
javafx.beans.property.DoubleProperty length
Buffer for the squared length of the path. -
logicalBounds
javafx.beans.property.ObjectProperty<Rectangle2dfx> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
types
javafx.beans.property.ReadOnlyListWrapper<PathElementType> types
Array of types. -
windingRule
javafx.beans.property.ObjectProperty<PathWindingRule> windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.PathElement2dfx extends Object implements Serializable
- serialVersionUID:
- 1724746568685625149L
-
Serialized Fields
-
isEmpty
javafx.beans.property.ReadOnlyBooleanWrapper isEmpty
Is Empty property. -
to
Point2dfx to
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Point2dfx extends Tuple2dfx<Point2dfx> implements Serializable
- serialVersionUID:
- 2543935341943572211L
-
Class org.arakhne.afc.math.geometry.d2.dfx.Rectangle2dfx extends AbstractShape2dfx<Rectangle2dfx> implements Serializable
- serialVersionUID:
- -1393290109630714626L
-
Class org.arakhne.afc.math.geometry.d2.dfx.RoundRectangle2dfx extends AbstractRectangularShape2dfx<RoundRectangle2dfx> implements Serializable
- serialVersionUID:
- -2020546629513913417L
-
Serialized Fields
-
arcHeight
javafx.beans.property.DoubleProperty arcHeight
-
arcWidth
javafx.beans.property.DoubleProperty arcWidth
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Segment2dfx extends AbstractShape2dfx<Segment2dfx> implements Serializable
- serialVersionUID:
- -5603953934276693947L
-
Class org.arakhne.afc.math.geometry.d2.dfx.Triangle2dfx extends AbstractShape2dfx<Triangle2dfx> implements Serializable
- serialVersionUID:
- -1872758222696617883L
-
Class org.arakhne.afc.math.geometry.d2.dfx.Tuple2dfx extends Object implements Serializable
- serialVersionUID:
- 2510506877090400718L
-
Serialized Fields
-
x
javafx.beans.property.DoubleProperty x
x coordinate. -
y
javafx.beans.property.DoubleProperty y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d2.dfx.Vector2dfx extends Tuple2dfx<Vector2dfx> implements Serializable
- serialVersionUID:
- 8394433458442716159L
-
Serialized Fields
-
lengthProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthProperty
Property that contains the length. -
lengthSquareProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthSquareProperty
Property that contains the squared length.
-
-
-
Package org.arakhne.afc.math.geometry.d2.i
-
Class org.arakhne.afc.math.geometry.d2.i.AbstractRectangularShape2i extends AbstractShape2i<IT extends AbstractRectangularShape2i<?>> implements Serializable
- serialVersionUID:
- -6441506445885829836L
-
Serialized Fields
-
maxx
int maxx
-
maxy
int maxy
-
minx
int minx
-
miny
int miny
-
-
Class org.arakhne.afc.math.geometry.d2.i.AbstractShape2i extends Object implements Serializable
- serialVersionUID:
- -1068879174912644974L
-
Serialized Fields
-
geometryListeners
List<ShapeGeometryChangeListener> geometryListeners
-
-
Class org.arakhne.afc.math.geometry.d2.i.Circle2i extends AbstractShape2i<Circle2i> implements Serializable
- serialVersionUID:
- -7692549016859323986L
-
Serialized Fields
-
centerX
int centerX
-
centerY
int centerY
-
radius
int radius
-
-
Class org.arakhne.afc.math.geometry.d2.i.MultiShape2i extends AbstractShape2i<MultiShape2i<T extends Shape2i<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Serialized Fields
-
bounds
Rectangle2i bounds
-
elements
List<T extends Shape2i<?>> elements
-
-
Class org.arakhne.afc.math.geometry.d2.i.OrientedPoint2i extends Point2i implements Serializable
- serialVersionUID:
- 6296312122530686621L
-
Serialized Fields
-
tx
int tx
-
ty
int ty
-
-
Class org.arakhne.afc.math.geometry.d2.i.Path2i extends AbstractShape2i<Path2i> implements Serializable
- serialVersionUID:
- 2542453596839860853L
-
Serialized Fields
-
coords
int[] coords
Array of coords. -
graphicalBounds
SoftReference<Rectangle2i> graphicalBounds
Buffer for the bounds of the path that corresponds to the points really on the path (eg, the pixels drawn). The control points of the curves are not considered in this bounds. -
isCurved
Boolean isCurved
Indicates if the path is curved. -
isEmpty
Boolean isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
Boolean isMultipart
Indicates if the path is multipart. -
isPolygon
Boolean isPolygon
Indicates if the path is a polygon. -
isPolyline
Boolean isPolyline
Indicates if the path is a polyline. -
logicalBounds
SoftReference<Rectangle2i> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
numCoords
int numCoords
Number of coords in the array. -
numTypes
int numTypes
Number of types in the array. -
types
PathElementType[] types
Array of types. -
windingRule
PathWindingRule windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d2.i.PathElement2i extends Object implements Serializable
- serialVersionUID:
- -7762354100984227855L
-
Serialized Fields
-
toX
int toX
Target point. -
toY
int toY
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d2.i.Point2i extends Tuple2i<Point2i> implements Serializable
- serialVersionUID:
- -4977158382149954525L
-
Class org.arakhne.afc.math.geometry.d2.i.Rectangle2i extends AbstractShape2i<Rectangle2i> implements Serializable
- serialVersionUID:
- -527939826840504763L
-
Serialized Fields
-
maxx
int maxx
-
maxy
int maxy
-
minx
int minx
-
miny
int miny
-
-
Class org.arakhne.afc.math.geometry.d2.i.Segment2i extends AbstractShape2i<Segment2i> implements Serializable
- serialVersionUID:
- 4069080422632034507L
-
Serialized Fields
-
ax
int ax
-
ay
int ay
-
bx
int bx
-
by
int by
-
-
Class org.arakhne.afc.math.geometry.d2.i.SegmentPoint2i extends AbstractShape2i<SegmentPoint2i> implements Serializable
- serialVersionUID:
- 4069080422632034507L
-
Class org.arakhne.afc.math.geometry.d2.i.Tuple2i extends Object implements Serializable
- serialVersionUID:
- 3136314939750740492L
-
Serialized Fields
-
x
int x
x coordinate. -
y
int y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d2.i.Vector2i extends Tuple2i<Vector2i> implements Serializable
- serialVersionUID:
- -7228108517874845303L
-
-
Package org.arakhne.afc.math.geometry.d2.ifx
-
Class org.arakhne.afc.math.geometry.d2.ifx.AbstractRectangularShape2ifx extends AbstractShape2ifx<IT extends AbstractRectangularShape2ifx<?>> implements Serializable
- serialVersionUID:
- -6551989261232962403L
-
Serialized Fields
-
height
javafx.beans.property.ReadOnlyIntegerWrapper height
height property. -
maxX
javafx.beans.property.IntegerProperty maxX
maxX property. -
maxY
javafx.beans.property.IntegerProperty maxY
maxY property. -
minX
javafx.beans.property.IntegerProperty minX
minX property. -
minY
javafx.beans.property.IntegerProperty minY
minY property. -
width
javafx.beans.property.ReadOnlyIntegerWrapper width
width property.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.AbstractShape2ifx extends Object implements Serializable
- serialVersionUID:
- -2142220243877033508L
-
Serialized Fields
-
boundingBox
javafx.beans.property.ObjectProperty<Rectangle2ifx> boundingBox
Bounding box property.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.Circle2ifx extends AbstractShape2ifx<Circle2ifx> implements Serializable
- serialVersionUID:
- 3750916959512063017L
-
Serialized Fields
-
center
Point2ifx center
-
radius
javafx.beans.property.IntegerProperty radius
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.MultiShape2ifx extends AbstractShape2ifx<MultiShape2ifx<T extends Shape2ifx<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Class org.arakhne.afc.math.geometry.d2.ifx.OrientedPoint2ifx extends Point2ifx implements Serializable
- serialVersionUID:
- 1696624733007552173L
-
Serialized Fields
-
normalProperty
javafx.beans.property.ObjectProperty<Vector2ifx> normalProperty
Normal vector to the point. -
tangent
Vector2ifx tangent
Tangent vector to this point.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.Path2ifx extends AbstractShape2ifx<Path2ifx> implements Serializable
- serialVersionUID:
- -5410743023218999966L
-
Serialized Fields
-
coords
javafx.beans.property.ReadOnlyListWrapper<Point2ifx> coords
Array of coords. -
isCurved
javafx.beans.property.BooleanProperty isCurved
Indicates if the path is curved. -
isEmpty
javafx.beans.property.BooleanProperty isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
javafx.beans.property.BooleanProperty isMultipart
Indicates if the path is multipart. -
isPolygon
javafx.beans.property.BooleanProperty isPolygon
Indicates if the path is a polygon. -
isPolyline
javafx.beans.property.BooleanProperty isPolyline
Indicates if the path is a polyline. -
logicalBounds
javafx.beans.property.ObjectProperty<Rectangle2ifx> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
types
javafx.beans.property.ReadOnlyListWrapper<PathElementType> types
Array of types. -
windingRule
javafx.beans.property.ObjectProperty<PathWindingRule> windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.PathElement2ifx extends Object implements Serializable
- serialVersionUID:
- -5532787413347691238L
-
Serialized Fields
-
isEmpty
javafx.beans.property.ReadOnlyBooleanWrapper isEmpty
Is Empty property. -
to
Point2ifx to
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.Point2ifx extends Tuple2ifx<Point2ifx> implements Serializable
- serialVersionUID:
- -1421615416984636660L
-
Class org.arakhne.afc.math.geometry.d2.ifx.Rectangle2ifx extends AbstractShape2ifx<Rectangle2ifx> implements Serializable
- serialVersionUID:
- -8092385681401129843L
-
Class org.arakhne.afc.math.geometry.d2.ifx.Segment2ifx extends AbstractShape2ifx<Segment2ifx> implements Serializable
- serialVersionUID:
- -5603953934276693947L
-
Class org.arakhne.afc.math.geometry.d2.ifx.Tuple2ifx extends Object implements Serializable
- serialVersionUID:
- 3136314939750740492L
-
Serialized Fields
-
x
javafx.beans.property.IntegerProperty x
x coordinate. -
y
javafx.beans.property.IntegerProperty y
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d2.ifx.Vector2ifx extends Tuple2ifx<Vector2ifx> implements Serializable
- serialVersionUID:
- 5782200591782721145L
-
Serialized Fields
-
lengthProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthProperty
Property that contains the length. -
lengthSquareProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthSquareProperty
Property that contains the squared length.
-
-
-
Package org.arakhne.afc.math.geometry.d3
-
Class org.arakhne.afc.math.geometry.d3.ImmutablePoint3D extends Object implements Serializable
- serialVersionUID:
- 407348048685709808L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
Class org.arakhne.afc.math.geometry.d3.ImmutableVector3D extends Object implements Serializable
- serialVersionUID:
- 5396213141906169741L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
Class org.arakhne.afc.math.geometry.d3.Quaternion.AxisAngle extends Object implements Serializable
- serialVersionUID:
- -7228694369177792159L
-
Serialized Fields
-
angle
double angle
-
x
double x
-
y
double y
-
z
double z
-
-
Class org.arakhne.afc.math.geometry.d3.Quaternion.EulerAngles extends Object implements Serializable
- serialVersionUID:
- -1532832128836084395L
-
Serialized Fields
-
attitude
double attitude
-
bank
double bank
-
heading
double heading
-
system
CoordinateSystem3D system
-
-
Class org.arakhne.afc.math.geometry.d3.Transform3D extends Matrix4d implements Serializable
- serialVersionUID:
- -8427812783666663224L
-
-
Package org.arakhne.afc.math.geometry.d3.afp
-
Class org.arakhne.afc.math.geometry.d3.afp.InnerComputationPoint3afp extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
Class org.arakhne.afc.math.geometry.d3.afp.InnerComputationVector3afp extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
-
Package org.arakhne.afc.math.geometry.d3.ai
-
Class org.arakhne.afc.math.geometry.d3.ai.InnerComputationPoint3ai extends Object implements Serializable
- serialVersionUID:
- 8578192819251519051L
-
Serialized Fields
-
x
int x
-
y
int y
-
z
int z
-
-
Class org.arakhne.afc.math.geometry.d3.ai.InnerComputationVector3ai extends Object implements Serializable
- serialVersionUID:
- -9075498295363704480L
-
Serialized Fields
-
x
int x
-
y
int y
-
z
int z
-
-
-
Package org.arakhne.afc.math.geometry.d3.d
-
Class org.arakhne.afc.math.geometry.d3.d.AbstractShape3d extends Object implements Serializable
- serialVersionUID:
- 8998400951370579721L
-
Serialized Fields
-
geometryListeners
List<ShapeGeometryChangeListener> geometryListeners
-
-
Class org.arakhne.afc.math.geometry.d3.d.MultiShape3d extends AbstractShape3d<MultiShape3d<T extends Shape3d<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Serialized Fields
-
bounds
RectangularPrism3d bounds
-
elements
List<T extends Shape3d<?>> elements
-
-
Class org.arakhne.afc.math.geometry.d3.d.OrientedPoint3d extends Point3d implements Serializable
- serialVersionUID:
- 6296312122530686621L
-
Serialized Fields
-
nx
double nx
-
ny
double ny
-
nz
double nz
-
tx
double tx
-
ty
double ty
-
tz
double tz
-
-
Class org.arakhne.afc.math.geometry.d3.d.Path3d extends AbstractShape3d<Path3d> implements Serializable
- serialVersionUID:
- 4567950736238157802L
-
Serialized Fields
-
coords
double[] coords
Array of coords. -
graphicalBounds
SoftReference<RectangularPrism3d> graphicalBounds
Buffer for the bounds of the path that corresponds to the points really on the path (eg, the pixels drawn). The control points of the curves are not considered in this bounds. -
isCurved
Boolean isCurved
Indicates if the path is curved. -
isEmpty
Boolean isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
Boolean isMultipart
Indicates if the path is multipart. -
isPolygon
Boolean isPolygon
Indicates if the path is a polygon. -
isPolyline
Boolean isPolyline
Indicates if the path is a polyline. -
length
Double length
Buffer for the length of the path. -
logicalBounds
SoftReference<RectangularPrism3d> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
numCoords
int numCoords
Number of coords in the array. -
numTypes
int numTypes
Number of types in the array. -
types
PathElementType[] types
Array of types. -
windingRule
PathWindingRule windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d3.d.PathElement3d extends Object implements Serializable
- serialVersionUID:
- -9217295344283468162L
-
Serialized Fields
-
toX
double toX
Target point. -
toY
double toY
Target point. -
toZ
double toZ
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d3.d.Point3d extends Tuple3d<Point3d> implements Serializable
- serialVersionUID:
- -8318943957531471869L
-
Class org.arakhne.afc.math.geometry.d3.d.RectangularPrism3d extends AbstractShape3d<RectangularPrism3d> implements Serializable
- serialVersionUID:
- -2138921378214589458L
-
Serialized Fields
-
maxx
double maxx
-
maxy
double maxy
-
maxz
double maxz
-
minx
double minx
-
miny
double miny
-
minz
double minz
-
-
Class org.arakhne.afc.math.geometry.d3.d.Segment3d extends AbstractShape3d<Segment3d> implements Serializable
- serialVersionUID:
- -5667213589442134247L
-
Serialized Fields
-
ax
double ax
-
ay
double ay
-
az
double az
-
bx
double bx
-
by
double by
-
bz
double bz
-
-
Class org.arakhne.afc.math.geometry.d3.d.SegmentPoint3d extends AbstractShape3d<SegmentPoint3d> implements Serializable
- serialVersionUID:
- -5667213589442134247L
-
Class org.arakhne.afc.math.geometry.d3.d.Sphere3d extends AbstractShape3d<Sphere3d> implements Serializable
- serialVersionUID:
- -8532584773530573738L
-
Serialized Fields
-
centerX
double centerX
-
centerY
double centerY
-
centerZ
double centerZ
-
radius
double radius
-
-
Class org.arakhne.afc.math.geometry.d3.d.Tuple3d extends Object implements Serializable
- serialVersionUID:
- -1204612842037872952L
-
Serialized Fields
-
x
double x
x coordinate. -
y
double y
y coordinate. -
z
double z
z coordinate.
-
-
Class org.arakhne.afc.math.geometry.d3.d.Vector3d extends Tuple3d<Vector3d> implements Serializable
- serialVersionUID:
- 9183440606977893371L
-
-
Package org.arakhne.afc.math.geometry.d3.dfx
-
Class org.arakhne.afc.math.geometry.d3.dfx.AbstractShape3dfx extends Object implements Serializable
- serialVersionUID:
- 5975659766737300344L
-
Serialized Fields
-
boundingBox
javafx.beans.property.ObjectProperty<RectangularPrism3dfx> boundingBox
Bounding box property.
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.MultiShape3dfx extends AbstractShape3dfx<MultiShape3dfx<T extends Shape3dfx<?>>> implements Serializable
- serialVersionUID:
- -7124696554694835718L
-
Class org.arakhne.afc.math.geometry.d3.dfx.OrientedPoint3dfx extends Point3dfx implements Serializable
- serialVersionUID:
- 1696624733007552173L
-
Serialized Fields
-
normal
Vector3dfx normal
Normal vector to the point. -
swayProperty
javafx.beans.property.ObjectProperty<Vector3dfx> swayProperty
Sway vector to the point. -
tangent
Vector3dfx tangent
Tangent vector to this point.
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.Path3dfx extends AbstractShape3dfx<Path3dfx> implements Serializable
- serialVersionUID:
- 6051061640155091109L
-
Serialized Fields
-
coords
javafx.beans.property.ReadOnlyListWrapper<Point3dfx> coords
Array of coords. -
isCurved
javafx.beans.property.BooleanProperty isCurved
Indicates if the path is curved. -
isEmpty
javafx.beans.property.BooleanProperty isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultiparts
javafx.beans.property.BooleanProperty isMultiparts
Indicates if the path is multipart. -
isPolygon
javafx.beans.property.BooleanProperty isPolygon
Indicates if the path is a polygon. -
isPolyline
javafx.beans.property.BooleanProperty isPolyline
Indicates if the path is a polyline. -
length
javafx.beans.property.DoubleProperty length
Buffer for the squared length of the path. -
logicalBounds
javafx.beans.property.ObjectProperty<RectangularPrism3dfx> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
types
javafx.beans.property.ReadOnlyListWrapper<PathElementType> types
Array of types. -
windingRule
javafx.beans.property.ObjectProperty<PathWindingRule> windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.PathElement3dfx extends Object implements Serializable
- serialVersionUID:
- 1724746568685625149L
-
Serialized Fields
-
isEmpty
javafx.beans.property.ReadOnlyBooleanWrapper isEmpty
Is Empty property. -
to
Point3dfx to
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.Point3dfx extends Tuple3dfx<Point3dfx> implements Serializable
- serialVersionUID:
- 2543935341943572211L
-
Class org.arakhne.afc.math.geometry.d3.dfx.RectangularPrism3dfx extends AbstractShape3dfx<RectangularPrism3dfx> implements Serializable
- serialVersionUID:
- -1393290109630714626L
-
Class org.arakhne.afc.math.geometry.d3.dfx.Segment3dfx extends AbstractShape3dfx<Segment3dfx> implements Serializable
- serialVersionUID:
- -5603953934276693947L
-
Class org.arakhne.afc.math.geometry.d3.dfx.Sphere3dfx extends AbstractShape3dfx<Sphere3dfx> implements Serializable
- serialVersionUID:
- 837592010117981823L
-
Serialized Fields
-
center
Point3dfx center
-
radius
javafx.beans.property.DoubleProperty radius
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.Tuple3dfx extends Object implements Serializable
- serialVersionUID:
- 2510506877090400718L
-
Serialized Fields
-
x
javafx.beans.property.DoubleProperty x
x coordinate. -
y
javafx.beans.property.DoubleProperty y
y coordinate. -
z
javafx.beans.property.DoubleProperty z
y coordinate.
-
-
Class org.arakhne.afc.math.geometry.d3.dfx.Vector3dfx extends Tuple3dfx<Vector3dfx> implements Serializable
- serialVersionUID:
- 8394433458442716159L
-
Serialized Fields
-
lengthProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthProperty
Property that contains the length. -
lengthSquareProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthSquareProperty
Property that contains the squared length.
-
-
-
Package org.arakhne.afc.math.geometry.d3.i
-
Class org.arakhne.afc.math.geometry.d3.i.AbstractPrism3i extends AbstractShape3i<IT extends AbstractPrism3i<?>> implements Serializable
- serialVersionUID:
- -6441506445885829836L
-
Serialized Fields
-
maxx
int maxx
-
maxy
int maxy
-
maxz
int maxz
-
minx
int minx
-
miny
int miny
-
minz
int minz
-
-
Class org.arakhne.afc.math.geometry.d3.i.AbstractShape3i extends Object implements Serializable
- serialVersionUID:
- -1068879174912644974L
-
Serialized Fields
-
geometryListeners
List<ShapeGeometryChangeListener> geometryListeners
-
-
Class org.arakhne.afc.math.geometry.d3.i.MultiShape3i extends AbstractShape3i<MultiShape3i<T extends Shape3i<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Serialized Fields
-
bounds
RectangularPrism3i bounds
-
elements
List<T extends Shape3i<?>> elements
-
-
Class org.arakhne.afc.math.geometry.d3.i.OrientedPoint3i extends Point3i implements Serializable
- serialVersionUID:
- 6296312122530686621L
-
Serialized Fields
-
nx
double nx
-
ny
double ny
-
nz
double nz
-
tx
double tx
-
ty
double ty
-
tz
double tz
-
-
Class org.arakhne.afc.math.geometry.d3.i.Path3i extends AbstractShape3i<Path3i> implements Serializable
- serialVersionUID:
- 2542453596839860853L
-
Serialized Fields
-
coords
int[] coords
Array of coords. -
graphicalBounds
SoftReference<RectangularPrism3i> graphicalBounds
Buffer for the bounds of the path that corresponds to the points really on the path (eg, the pixels drawn). The control points of the curves are not considered in this bounds. -
isCurved
Boolean isCurved
Indicates if the path is curved. -
isEmpty
Boolean isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
Boolean isMultipart
Indicates if the path is multipart. -
isPolygon
Boolean isPolygon
Indicates if the path is a polygon. -
isPolyline
Boolean isPolyline
Indicates if the path is a polyline. -
logicalBounds
SoftReference<RectangularPrism3i> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
numCoords
int numCoords
Number of coords in the array. -
numTypes
int numTypes
Number of types in the array. -
types
PathElementType[] types
Array of types. -
windingRule
PathWindingRule windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d3.i.PathElement3i extends Object implements Serializable
- serialVersionUID:
- -7762354100984227855L
-
Serialized Fields
-
toX
int toX
Target point. -
toY
int toY
Target point. -
toZ
int toZ
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d3.i.Point3i extends Tuple3i<Point3i> implements Serializable
- serialVersionUID:
- -4977158382149954525L
-
Class org.arakhne.afc.math.geometry.d3.i.RectangularPrism3i extends AbstractShape3i<RectangularPrism3i> implements Serializable
- serialVersionUID:
- -527939826840504763L
-
Serialized Fields
-
maxx
int maxx
-
maxy
int maxy
-
maxz
int maxz
-
minx
int minx
-
miny
int miny
-
minz
int minz
-
-
Class org.arakhne.afc.math.geometry.d3.i.Segment3i extends AbstractShape3i<Segment3i> implements Serializable
- serialVersionUID:
- 4069080422632034507L
-
Serialized Fields
-
ax
int ax
-
ay
int ay
-
az
int az
-
bx
int bx
-
by
int by
-
bz
int bz
-
-
Class org.arakhne.afc.math.geometry.d3.i.SegmentPoint3i extends AbstractShape3i<SegmentPoint3i> implements Serializable
- serialVersionUID:
- 4069080422632034507L
-
Class org.arakhne.afc.math.geometry.d3.i.Sphere3i extends AbstractShape3i<Sphere3i> implements Serializable
- serialVersionUID:
- -7692549016859323986L
-
Serialized Fields
-
centerX
int centerX
-
centerY
int centerY
-
centerZ
int centerZ
-
radius
int radius
-
-
Class org.arakhne.afc.math.geometry.d3.i.Tuple3i extends Object implements Serializable
- serialVersionUID:
- 3136314939750740492L
-
Serialized Fields
-
x
int x
x coordinate. -
y
int y
y coordinate. -
z
int z
z coordinate.
-
-
Class org.arakhne.afc.math.geometry.d3.i.Vector3i extends Tuple3i<Vector3i> implements Serializable
- serialVersionUID:
- -7228108517874845303L
-
-
Package org.arakhne.afc.math.geometry.d3.ifx
-
Class org.arakhne.afc.math.geometry.d3.ifx.AbstractRectangularShape3ifx extends AbstractShape3ifx<IT extends AbstractRectangularShape3ifx<?>> implements Serializable
- serialVersionUID:
- -6551989261232962403L
-
Serialized Fields
-
Class org.arakhne.afc.math.geometry.d3.ifx.AbstractShape3ifx extends Object implements Serializable
- serialVersionUID:
- -2142220243877033508L
-
Serialized Fields
-
boundingBox
javafx.beans.property.ObjectProperty<RectangularPrism3ifx> boundingBox
Bounding box property.
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.MultiShape3ifx extends AbstractShape3ifx<MultiShape3ifx<T extends Shape3ifx<?>>> implements Serializable
- serialVersionUID:
- -4727279807601027239L
-
Class org.arakhne.afc.math.geometry.d3.ifx.OrientedPoint3ifx extends Point3ifx implements Serializable
- serialVersionUID:
- 1696624733007552173L
-
Serialized Fields
-
normal
Vector3ifx normal
Normal vector to the point. -
swayProperty
javafx.beans.property.ObjectProperty<Vector3ifx> swayProperty
Normal vector to the point. -
tangent
Vector3ifx tangent
Tangent vector to this point.
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.Path3ifx extends AbstractShape3ifx<Path3ifx> implements Serializable
- serialVersionUID:
- -5410743023218999966L
-
Serialized Fields
-
coords
javafx.beans.property.ReadOnlyListWrapper<Point3ifx> coords
Array of coords. -
isCurved
javafx.beans.property.BooleanProperty isCurved
Indicates if the path is curved. -
isEmpty
javafx.beans.property.BooleanProperty isEmpty
Indicates if the path is empty. The path is empty when there is no point inside, or all the points are at the same coordinate, or when the path does not represents a drawable path (a path with a line or a curve). -
isMultipart
javafx.beans.property.BooleanProperty isMultipart
Indicates if the path is multipart. -
isPolygon
javafx.beans.property.BooleanProperty isPolygon
Indicates if the path is a polygon. -
isPolyline
javafx.beans.property.BooleanProperty isPolyline
Indicates if the path is a polyline. -
logicalBounds
javafx.beans.property.ObjectProperty<RectangularPrism3ifx> logicalBounds
Buffer for the bounds of the path that corresponds to all the points added in the path. -
types
javafx.beans.property.ReadOnlyListWrapper<PathElementType> types
Array of types. -
windingRule
javafx.beans.property.ObjectProperty<PathWindingRule> windingRule
Winding rule for the path.
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.PathElement3ifx extends Object implements Serializable
- serialVersionUID:
- -5532787413347691238L
-
Serialized Fields
-
isEmpty
javafx.beans.property.ReadOnlyBooleanWrapper isEmpty
Is Empty property. -
to
Point3ifx to
Target point. -
type
PathElementType type
Type of the element.
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.Point3ifx extends Tuple3ifx<Point3ifx> implements Serializable
- serialVersionUID:
- -1421615416984636660L
-
Class org.arakhne.afc.math.geometry.d3.ifx.RectangularPrism3ifx extends AbstractShape3ifx<RectangularPrism3ifx> implements Serializable
- serialVersionUID:
- -8092385681401129843L
-
Class org.arakhne.afc.math.geometry.d3.ifx.Segment3ifx extends AbstractShape3ifx<Segment3ifx> implements Serializable
- serialVersionUID:
- -1406743357357708790L
-
Class org.arakhne.afc.math.geometry.d3.ifx.Sphere3ifx extends AbstractShape3ifx<Sphere3ifx> implements Serializable
- serialVersionUID:
- 3750916959512063017L
-
Serialized Fields
-
center
Point3ifx center
-
radius
javafx.beans.property.IntegerProperty radius
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.Tuple3ifx extends Object implements Serializable
- serialVersionUID:
- 3136314939750740492L
-
Serialized Fields
-
x
javafx.beans.property.IntegerProperty x
x coordinate. -
y
javafx.beans.property.IntegerProperty y
y coordinate. -
z
javafx.beans.property.IntegerProperty z
z coordinate.
-
-
Class org.arakhne.afc.math.geometry.d3.ifx.Vector3ifx extends Tuple3ifx<Vector3ifx> implements Serializable
- serialVersionUID:
- 5782200591782721145L
-
Serialized Fields
-
lengthProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthProperty
Property that contains the length. -
lengthSquareProperty
javafx.beans.property.ReadOnlyDoubleWrapper lengthSquareProperty
Property that contains the squared length.
-
-
-
Package org.arakhne.afc.math.matrix
-
Class org.arakhne.afc.math.matrix.Matrix2d extends Object implements Serializable
- serialVersionUID:
- -181335987517755500L
-
Serialized Fields
-
isIdentity
Boolean isIdentity
Indicates if the matrix is identity. Ifnull
the identity flag must be determined. -
m00
double m00
The first matrix element in the first row. -
m01
double m01
The second matrix element in the first row. -
m10
double m10
The first matrix element in the second row. -
m11
double m11
The second matrix element in the second row.
-
-
Class org.arakhne.afc.math.matrix.Matrix3d extends Object implements Serializable
- serialVersionUID:
- -7386754038391115819L
-
Serialized Fields
-
isIdentity
Boolean isIdentity
Indicates if the matrix is identity. Ifnull
the identity flag must be determined. -
m00
double m00
The first matrix element in the first row. -
m01
double m01
The second matrix element in the first row. -
m02
double m02
The third matrix element in the first row. -
m10
double m10
The first matrix element in the second row. -
m11
double m11
The second matrix element in the second row. -
m12
double m12
The third matrix element in the second row. -
m20
double m20
The first matrix element in the third row. -
m21
double m21
The second matrix element in the third row. -
m22
double m22
The third matrix element in the third row.
-
-
Class org.arakhne.afc.math.matrix.Matrix4d extends Object implements Serializable
- serialVersionUID:
- 7216873052550769543L
-
Serialized Fields
-
isIdentity
Boolean isIdentity
Indicates if the matrix is identity. Ifnull
the identity flag must be determined. -
m00
double m00
The first matrix element in the first row. -
m01
double m01
The second matrix element in the first row. -
m02
double m02
The third matrix element in the first row. -
m03
double m03
The fourth matrix element in the first row. -
m10
double m10
The first matrix element in the second row. -
m11
double m11
The second matrix element in the second row. -
m12
double m12
The third matrix element in the second row. -
m13
double m13
The fourth matrix element in the second row. -
m20
double m20
The first matrix element in the third row. -
m21
double m21
The second matrix element in the third row. -
m22
double m22
The third matrix element in the third row. -
m23
double m23
The fourth matrix element in the third row. -
m30
double m30
The first matrix element in the fourth row. -
m31
double m31
The second matrix element in the fourth row. -
m32
double m32
The third matrix element in the fourth row. -
m33
double m33
The fourth matrix element in the fourth row.
-
-
Class org.arakhne.afc.math.matrix.SingularMatrixException extends RuntimeException implements Serializable
- serialVersionUID:
- 2834240107372614319L
-
-
Package org.arakhne.afc.math.stochastic
-
Class org.arakhne.afc.math.stochastic.LawParameterNotFoundException extends MathException implements Serializable
- serialVersionUID:
- -6125312330908058124L
-
Class org.arakhne.afc.math.stochastic.MathException extends Exception implements Serializable
- serialVersionUID:
- -3499177554318732766L
-
Class org.arakhne.afc.math.stochastic.OutsideDomainException extends MathException implements Serializable
- serialVersionUID:
- -6125312330908058124L
-
-
Package org.arakhne.afc.math.tree
-
Class org.arakhne.afc.math.tree.AbstractTree extends Object implements Serializable
- serialVersionUID:
- 1192947956138993568L
-
Class org.arakhne.afc.math.tree.ForestEvent extends EventObject implements Serializable
- serialVersionUID:
- 6460614269720932825L
-
Class org.arakhne.afc.math.tree.LinkedTree extends AbstractTree<D,N extends TreeNode<D,N>> implements Serializable
- serialVersionUID:
- 8805713324128349425L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
Class org.arakhne.afc.math.tree.TreeNodeAddedEvent extends EventObject implements Serializable
- serialVersionUID:
- -4262273320530301198L
-
Serialized Fields
-
child
TreeNode<?,?> child
-
childIndex
int childIndex
-
-
Class org.arakhne.afc.math.tree.TreeNodeParentChangedEvent extends EventObject implements Serializable
- serialVersionUID:
- 4548135101298979693L
-
Class org.arakhne.afc.math.tree.TreeNodeRemovedEvent extends EventObject implements Serializable
- serialVersionUID:
- 6341954540213247389L
-
Serialized Fields
-
child
TreeNode<?,?> child
-
childIndex
int childIndex
-
-
-
Package org.arakhne.afc.math.tree.builder
-
Class org.arakhne.afc.math.tree.builder.TreeBuilderException extends Exception implements Serializable
- serialVersionUID:
- -4301432338147841097L
-
Class org.arakhne.afc.math.tree.builder.TreeBuilderException.BuilderAlreadyStartedException extends TreeBuilderException implements Serializable
- serialVersionUID:
- -8430835745057032650L
-
Class org.arakhne.afc.math.tree.builder.TreeBuilderException.EmptyBoundingBoxException extends TreeBuilderException implements Serializable
- serialVersionUID:
- 682140893184447598L
-
-
Package org.arakhne.afc.math.tree.node
-
Class org.arakhne.afc.math.tree.node.AbstractParentlessTreeNode extends Object implements Serializable
- serialVersionUID:
- 2525868013637426514L
-
Serialized Fields
-
data
List<D> data
Associated user data. -
linkedList
boolean linkedList
Indicates if a linked list must be used to store the data. Iffalse
, an ArrayList will be used. -
notNullChildCount
int notNullChildCount
Temporary count of child nodes that are not null.- See Also:
IterableNode.getNotNullChildCount()
-
-
Class org.arakhne.afc.math.tree.node.AbstractTreeNode extends AbstractParentlessTreeNode<D,N extends AbstractTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -296917015483866693L
-
Class org.arakhne.afc.math.tree.node.BinaryTreeNode extends AbstractTreeNode<D,N extends BinaryTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -3061156557458672703L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
left
N extends BinaryTreeNode<D,N> left
-
right
N extends BinaryTreeNode<D,N> right
-
-
Class org.arakhne.afc.math.tree.node.BinaryTreeNode.DefaultBinaryTreeNode extends BinaryTreeNode<D,BinaryTreeNode.DefaultBinaryTreeNode<D>> implements Serializable
- serialVersionUID:
- -1756893035646038303L
-
Class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode extends AbstractTreeNode<D,N extends ConstantNaryTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -3499092312746430238L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
children
N extends ConstantNaryTreeNode<D,N>[] children
-
-
Class org.arakhne.afc.math.tree.node.ConstantNaryTreeNode.DefaultConstantNaryTreeNode extends ConstantNaryTreeNode<D,ConstantNaryTreeNode.DefaultConstantNaryTreeNode<D>> implements Serializable
- serialVersionUID:
- -5185295672252424553L
-
Class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode extends BinaryTreeNode<D,N extends IcosepBinaryTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -5640709107014467219L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
nicosep
N extends IcosepBinaryTreeNode<D,N> nicosep
-
-
Class org.arakhne.afc.math.tree.node.IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode extends IcosepBinaryTreeNode<D,IcosepBinaryTreeNode.DefaultIcosepBinaryTreeNode<D>> implements Serializable
- serialVersionUID:
- -8047453795982146718L
-
Class org.arakhne.afc.math.tree.node.IcosepOctTreeNode extends OctTreeNode<D,N extends IcosepOctTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -844574839688933377L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
nicosep
N extends IcosepOctTreeNode<D,N> nicosep
-
-
Class org.arakhne.afc.math.tree.node.IcosepOctTreeNode.DefaultIcosepOctTreeNode extends IcosepOctTreeNode<D,IcosepOctTreeNode.DefaultIcosepOctTreeNode<D>> implements Serializable
- serialVersionUID:
- -8047453795982146718L
-
Class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode extends QuadTreeNode<D,N extends IcosepQuadTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -5009670937278314109L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
nicosep
N extends IcosepQuadTreeNode<D,N> nicosep
-
-
Class org.arakhne.afc.math.tree.node.IcosepQuadTreeNode.DefaultIcosepQuadTreeNode extends IcosepQuadTreeNode<D,IcosepQuadTreeNode.DefaultIcosepQuadTreeNode<D>> implements Serializable
- serialVersionUID:
- -8047453795982146718L
-
Class org.arakhne.afc.math.tree.node.NaryTreeNode extends AbstractTreeNode<D,N extends NaryTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -1313340976961548532L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
children
List<N extends NaryTreeNode<D,N>> children
-
-
Class org.arakhne.afc.math.tree.node.NaryTreeNode.DefaultNaryTreeNode extends NaryTreeNode<D,NaryTreeNode.DefaultNaryTreeNode<D>> implements Serializable
- serialVersionUID:
- -6775932201459338929L
-
Class org.arakhne.afc.math.tree.node.OctTreeNode extends AbstractTreeNode<D,N extends OctTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -6184547894654511018L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
child1
N extends OctTreeNode<D,N> child1
-
child2
N extends OctTreeNode<D,N> child2
-
child3
N extends OctTreeNode<D,N> child3
-
child4
N extends OctTreeNode<D,N> child4
-
child5
N extends OctTreeNode<D,N> child5
-
child6
N extends OctTreeNode<D,N> child6
-
child7
N extends OctTreeNode<D,N> child7
-
child8
N extends OctTreeNode<D,N> child8
-
-
Class org.arakhne.afc.math.tree.node.OctTreeNode.DefaultOctTreeNode extends OctTreeNode<D,OctTreeNode.DefaultOctTreeNode<D>> implements Serializable
- serialVersionUID:
- 3732643480212763103L
-
Class org.arakhne.afc.math.tree.node.PentaTreeNode extends AbstractTreeNode<D,N extends PentaTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -6999579785485666574L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
child1
N extends PentaTreeNode<D,N> child1
-
child2
N extends PentaTreeNode<D,N> child2
-
child3
N extends PentaTreeNode<D,N> child3
-
child4
N extends PentaTreeNode<D,N> child4
-
child5
N extends PentaTreeNode<D,N> child5
-
-
Class org.arakhne.afc.math.tree.node.PentaTreeNode.DefaultPentaTreeNode extends PentaTreeNode<D,PentaTreeNode.DefaultPentaTreeNode<D>> implements Serializable
- serialVersionUID:
- -8015622788720736037L
-
Class org.arakhne.afc.math.tree.node.QuadTreeNode extends AbstractTreeNode<D,N extends QuadTreeNode<D,N>> implements Serializable
- serialVersionUID:
- 5760376281112333537L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
nNorthEast
N extends QuadTreeNode<D,N> nNorthEast
-
nNorthWest
N extends QuadTreeNode<D,N> nNorthWest
-
nSouthEast
N extends QuadTreeNode<D,N> nSouthEast
-
nSouthWest
N extends QuadTreeNode<D,N> nSouthWest
-
-
Class org.arakhne.afc.math.tree.node.QuadTreeNode.DefaultQuadTreeNode extends QuadTreeNode<D,QuadTreeNode.DefaultQuadTreeNode<D>> implements Serializable
- serialVersionUID:
- -3283371007433469124L
-
Class org.arakhne.afc.math.tree.node.TernaryTreeNode extends AbstractTreeNode<D,N extends TernaryTreeNode<D,N>> implements Serializable
- serialVersionUID:
- -5699134081962229144L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Invoked when this object must be deserialized.- Throws:
IOException
- in case of input stream access error.ClassNotFoundException
- if some class was not found.
-
-
Serialized Fields
-
left
N extends TernaryTreeNode<D,N> left
-
middle
N extends TernaryTreeNode<D,N> middle
-
right
N extends TernaryTreeNode<D,N> right
-
-
Class org.arakhne.afc.math.tree.node.TernaryTreeNode.DefaultTernaryTreeNode extends TernaryTreeNode<D,TernaryTreeNode.DefaultTernaryTreeNode<D>> implements Serializable
- serialVersionUID:
- 8673470473666658484L
-
-
Package org.arakhne.afc.progress
-
Class org.arakhne.afc.progress.ProgressionEvent extends EventObject implements Serializable
- serialVersionUID:
- 4840275907048148943L
-
Serialized Fields
-
comment
String comment
-
factor
double factor
-
isIndeterminate
boolean isIndeterminate
-
isRoot
boolean isRoot
-
max
int max
-
min
int min
-
value
int value
-
-
-
Package org.arakhne.afc.util
-
Class org.arakhne.afc.util.InformedArrayList extends ArrayList<E> implements Serializable
- serialVersionUID:
- -921267155141517977L
-
Class org.arakhne.afc.util.MultiValue extends Object implements Serializable
- serialVersionUID:
- -3030110135594544927L
-
Serialized Fields
-
isMultiple
boolean isMultiple
-
isSet
boolean isSet
-
object
T object
-
-
Class org.arakhne.afc.util.Quadruplet extends Object implements Serializable
- serialVersionUID:
- -1357391439043190025L
-
Class org.arakhne.afc.util.Triplet extends Object implements Serializable
- serialVersionUID:
- -6979156649417633870L
-
Class org.arakhne.afc.util.UnsupportedNaturalOrderException extends RuntimeException implements Serializable
- serialVersionUID:
- 6506767532507115987L
-
Serialized Fields
-
element
Object element
-
-
-
Package org.arakhne.afc.vmutil
-
Class org.arakhne.afc.vmutil.Android.AndroidException extends Exception implements Serializable
- serialVersionUID:
- 1521675695582278476L
-
Class org.arakhne.afc.vmutil.ResourceNotFoundException extends IOException implements Serializable
- serialVersionUID:
- 4951959393164477007L
-
-
Package org.arakhne.afc.vmutil.locale
-
Class org.arakhne.afc.vmutil.locale.LocaleMessageFormat extends MessageFormat implements Serializable
- serialVersionUID:
- 6637824487735941754L
-