Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
S
SamplerLoopGovernor
- Class in
com.croftsoft.core.util.loop
Sets the delay by sampling the calling frequency over time.
SamplerLoopGovernor(double, long, long, Clock)
- Constructor for class com.croftsoft.core.util.loop.
SamplerLoopGovernor
Constructs a LoopGovernor with the specified target frequency.
SamplerLoopGovernor(double, Clock)
- Constructor for class com.croftsoft.core.util.loop.
SamplerLoopGovernor
SamplerLoopGovernor(double)
- Constructor for class com.croftsoft.core.util.loop.
SamplerLoopGovernor
save(AnimationInit, String)
- Static method in class com.croftsoft.core.animation.
AnimationInit
save(Serializable, OutputStream)
- Static method in class com.croftsoft.core.io.
SerializableLib
save(Serializable, String, boolean)
- Static method in class com.croftsoft.core.io.
SerializableLib
save(Serializable, String)
- Static method in class com.croftsoft.core.io.
SerializableLib
save(Serializable, String, String)
- Static method in class com.croftsoft.core.io.
SerializableLib
save(Serializable, String, String, String, Applet, String)
- Static method in class com.croftsoft.core.io.
SerializableLib
save(String, SmlNode)
- Static method in class com.croftsoft.core.text.sml.
SmlNodeLib
saveBytesUsingPersistenceService(String, byte[])
- Static method in class com.croftsoft.core.jnlp.
JnlpLib
saveBytesUsingPersistenceService(String, byte[])
- Method in interface com.croftsoft.core.jnlp.
JnlpServices
saveBytesUsingPersistenceService(String, byte[])
- Method in class com.croftsoft.core.jnlp.
JnlpServicesImpl
saveSerializableUsingAppletPersistence(Applet, String, Serializable)
- Static method in class com.croftsoft.core.applet.
AppletLib
Saves data using GZIP compression.
saveSerializableUsingPersistenceService(String, Serializable)
- Static method in class com.croftsoft.core.jnlp.
JnlpLib
saveSerializableUsingPersistenceService(String, Serializable)
- Method in interface com.croftsoft.core.jnlp.
JnlpServices
saveSerializableUsingPersistenceService(String, Serializable)
- Method in class com.croftsoft.core.jnlp.
JnlpServicesImpl
Saves data using GZIP compression.
saveTextFile(String, String)
- Static method in class com.croftsoft.core.io.
FileLib
Saves text to a file.
saveToXmlFile(Object, File)
- Static method in class com.croftsoft.core.beans.
XmlBeanCoder
saveToXmlFile(Object, String)
- Static method in class com.croftsoft.core.beans.
XmlBeanCoder
ScalePainter
- Class in
com.croftsoft.core.animation.painter
Scales the image to fit the entire Component.
ScalePainter(Image)
- Constructor for class com.croftsoft.core.animation.painter.
ScalePainter
ScalePainter()
- Constructor for class com.croftsoft.core.animation.painter.
ScalePainter
scratchGraphics
- Variable in class com.croftsoft.core.animation.awt.
Sprite
scratchImage
- Variable in class com.croftsoft.core.animation.awt.
Sprite
SECONDS_PER_NANOSECOND
- Static variable in interface com.croftsoft.core.math.
MathConstants
SecureCache
- Class in
com.croftsoft.core.util.cache.secure
Cache implementation that securely stores and retrieves content using digests.
SecureCache(Cache, Map, String, boolean)
- Constructor for class com.croftsoft.core.util.cache.secure.
SecureCache
Creates a new SecureCache that stores content to a delegate Cache.
SecureCache()
- Constructor for class com.croftsoft.core.util.cache.secure.
SecureCache
This example zero argument constructor caches the content in memory, dumps the content when memory runs low, identifies the content using the NIST Secure Hash Algorithm (SHA), and verifies the content digest upon retrieval.
SecureId
- Class in
com.croftsoft.core.util.cache.secure
A concrete Id implementation that uses a secure digest to verify identity.
SecureId(String, byte[])
- Constructor for class com.croftsoft.core.util.cache.secure.
SecureId
SecureInputStream
- Class in
com.croftsoft.core.util.cache.secure
A FilterInputStream which will throw a SecurityException if the stream content does not have the digest expected.
SecureInputStream(InputStream, String, byte[])
- Constructor for class com.croftsoft.core.util.cache.secure.
SecureInputStream
select(Connection, String[], String, Pair)
- Static method in class com.croftsoft.core.sql.
SqlLib
Selects the first row that meets the where condition.
select(Connection, String[], String, Pair[])
- Static method in class com.croftsoft.core.sql.
SqlLib
Selects the first row that meets the where condition.
select(Connection, String[], String, Pair[], String, int)
- Static method in class com.croftsoft.core.sql.
SqlLib
Returns the results of a SELECT query as a String array.
select(Connection, String, String, Pair)
- Static method in class com.croftsoft.core.sql.
SqlLib
Retrieves the String value at a given row and column.
select(Connection, String, String, Pair[])
- Static method in class com.croftsoft.core.sql.
SqlLib
Retrieves the String value at a given row and column.
SelectPanel
- Class in
com.croftsoft.core.gui
Allows the user to select an item from a list.
SelectPanel(ActionListener, ActionListener, ActionListener, ActionListener, String[], boolean, boolean, String, Color)
- Constructor for class com.croftsoft.core.gui.
SelectPanel
Main constructor.
SelectPanel(Color)
- Constructor for class com.croftsoft.core.gui.
SelectPanel
Convenience constructor.
Seq
<
E
> - Interface in
com.croftsoft.core.util.seq
Read-only access to a sequence such as an Object array or a List.
SeqExample
- Class in
com.croftsoft.core.util.seq
Example implementation of Seq as an accessor interface.
SeqExample(CharSequence[])
- Constructor for class com.croftsoft.core.util.seq.
SeqExample
SerializableCoder
- Class in
com.croftsoft.core.io
An Encoder and Parser implementation that uses object serialization.
SerializableLib
- Class in
com.croftsoft.core.io
Saves and loads Serializable objects using GZIP compression.
SeriModel
- Class in
com.croftsoft.core.animation.model.seri
The base abstract class for a game world object Model.
SeriModel(ModelId)
- Constructor for class com.croftsoft.core.animation.model.seri.
SeriModel
SeriModelId
- Class in
com.croftsoft.core.animation.model.seri
A Serializable ModelId.
SeriModelId(long)
- Constructor for class com.croftsoft.core.animation.model.seri.
SeriModelId
SeriWorld
- Class in
com.croftsoft.core.animation.model.seri
A World implementation.
SeriWorld()
- Constructor for class com.croftsoft.core.animation.model.seri.
SeriWorld
serve(Object)
- Method in interface com.croftsoft.core.role.
Server
Processes a request.
serve(Object)
- Method in class com.croftsoft.core.servlet.
HttpGatewayServlet
serve(Object)
- Method in class com.croftsoft.core.util.
ClassMapServer
Server
- Interface in
com.croftsoft.core.role
A generic interface for request processors.
service(HttpServletRequest, HttpServletResponse)
- Method in class com.croftsoft.core.servlet.
HttpGatewayServlet
ServletContextLog
- Class in
com.croftsoft.core.util.log
Delegates logging to a ServletContext.
ServletContextLog(ServletContext)
- Constructor for class com.croftsoft.core.util.log.
ServletContextLog
ServletContextLog(Servlet)
- Constructor for class com.croftsoft.core.util.log.
ServletContextLog
set(int, int, double)
- Method in class com.croftsoft.core.math.matrix.
MatrixImp
set(int, int, double)
- Method in interface com.croftsoft.core.math.matrix.
MatrixMut
set(int, Object)
- Method in class com.croftsoft.core.util.
SetList
setActive(boolean)
- Method in class com.croftsoft.core.gui.multi.
MultiAppletStub
setAllSelected(boolean)
- Method in class com.croftsoft.core.gui.
CheckBoxPanel
setAngularDisplacement(double, double, double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setAngularVelocity(double, double, double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setAppletInfo(String)
- Method in class com.croftsoft.core.animation.
AnimationInit
setArray(Object[])
- Method in interface com.croftsoft.core.util.
ArrayKeeper
setArray(Object[])
- Method in class com.croftsoft.core.util.
StableArrayKeeper
setArrayComponentPainter(ArrayComponentPainter)
- Method in class com.croftsoft.core.animation.
AnimationInit
setArrayComponentUpdater(ArrayComponentUpdater)
- Method in class com.croftsoft.core.animation.
AnimationInit
setAxisAngle(AxisAngle)
- Method in class com.croftsoft.core.media.jogl.camera.
JoglCameraImp
setAxisAngle(AxisAngle)
- Method in interface com.croftsoft.core.media.jogl.camera.
JoglCameraMut
setBackgroundColor(Color)
- Method in class com.croftsoft.core.animation.
AnimationInit
setBackgroundColor(Color)
- Method in class com.croftsoft.core.animation.sprite.
TextSprite
setBackgroundImage(Image)
- Method in class com.croftsoft.core.animation.awt.
SpriteCanvas
setBody(String)
- Method in class com.croftsoft.core.net.news.
UsenetMessage
setBounds(GL, int, int, int, int)
- Method in interface com.croftsoft.core.media.jogl.
JoglRenderer
setBounds(GL, int, int, int, int)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setBounds(GL, int, int, int, int)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube
setCenter(double, double)
- Method in interface com.croftsoft.core.animation.model.
Model
setCenter(double, double)
- Method in class com.croftsoft.core.math.geom.
Circle
setCenter(PointXY)
- Method in class com.croftsoft.core.math.geom.
Circle
setColor(Color)
- Method in class com.croftsoft.core.animation.painter.
ColorPainter
setColor(Color)
- Method in class com.croftsoft.core.animation.sprite.
TextSprite
setComponentAnimator(ComponentAnimator)
- Method in class com.croftsoft.core.animation.
AnimatedComponent
setComponentPainter(ComponentPainter)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setComponentPainters(ComponentPainter[])
- Method in class com.croftsoft.core.animation.painter.
ArrayComponentPainter
setComponentUpdater(ComponentUpdater)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setComponentUpdaters(ComponentUpdater[])
- Method in class com.croftsoft.core.animation.updater.
ArrayComponentUpdater
setConductance(double)
- Method in interface com.croftsoft.core.ai.neuro.
ChannelMut
setConductance(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
ChannelMutImp
setConductance(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
SnapChannel
setCostFromStart(double)
- Method in class com.croftsoft.core.ai.astar.
NodeInfo
setCount(int)
- Method in class com.croftsoft.core.animation.animator.
IconRowAnimator
setCursor(Cursor)
- Method in class com.croftsoft.core.animation.
AnimationInit
setDefaultHandler(DefaultHandler)
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
setDegrees(double)
- Method in class com.croftsoft.core.math.axis.
AxisAngleImp
setDegrees(double)
- Method in interface com.croftsoft.core.math.axis.
AxisAngleMut
setDelegateController(Controller)
- Method in class com.croftsoft.core.gui.controller.
RelayController
setDeltaMax(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setDeltaRotX(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setDeltaRotY(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setDeltaRotZ(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setDeltaTime(double)
- Method in class com.croftsoft.core.sim.
DeltaClockImp
setDeltaTime(double)
- Method in class com.croftsoft.core.sim.
NanoDeltaClock
setDeltaX(int)
- Method in class com.croftsoft.core.animation.animator.
TextAnimator
setDeltaY(int)
- Method in class com.croftsoft.core.animation.animator.
TextAnimator
setDepolarized(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setDocumentLocator(Locator)
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
setFont(Font)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFont(Font)
- Method in class com.croftsoft.core.animation.sprite.
TextSprite
setFont(int)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setForegroundColor(Color)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFrameIconFilename(String)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFrameRate(Double)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFrameSize(Dimension)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFrameTitle(String)
- Method in class com.croftsoft.core.animation.
AnimationInit
setFrequency(double)
- Method in class com.croftsoft.core.util.loop.
NanoTimeLoopGovernor
If the frequency is set to Double.POSITIVE_INFINITY, periodNanos will be set to zero.
setGoalPointXY(PointXY)
- Method in class com.croftsoft.core.ai.astar.
GradientCartographer
setGoalPointXY(PointXY)
- Method in class com.croftsoft.core.ai.astar.
GridCartographer
setHeader(String, String)
- Method in class com.croftsoft.core.net.news.
UsenetMessage
setHeading(double)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setHeading(double)
- Method in interface com.croftsoft.core.animation.
Sprite
setHeight(int)
- Method in class com.croftsoft.core.animation.icon.
ResourceImageIcon
setHeight(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setHyperpolarized(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setIcon(Icon)
- Method in class com.croftsoft.core.animation.animator.
IconRowAnimator
setIcon(Icon)
- Method in class com.croftsoft.core.animation.painter.
IconPainter
setIcon(Icon)
- Method in class com.croftsoft.core.animation.sprite.
IconSprite
setIconImage(Frame, String)
- Static method in class com.croftsoft.core.gui.
FrameLib
setIdentity()
- Method in class com.croftsoft.core.math.matrix.
MatrixImp
setIdentity()
- Method in interface com.croftsoft.core.math.matrix.
MatrixMut
setImage(Image)
- Method in class com.croftsoft.core.animation.awt.
Sprite
setImage(long, Image)
- Method in class com.croftsoft.core.animation.awt.
SpriteCanvas
setImage(Image)
- Method in class com.croftsoft.core.animation.painter.
CenterPainter
setImage(Image)
- Method in class com.croftsoft.core.animation.painter.
ScalePainter
setIndex(int)
- Method in class com.croftsoft.core.gui.table.
RowSortComparator
The column index on which the rows are to be sorted.
setItems(String[])
- Method in class com.croftsoft.core.gui.
ListControlPanel
setItems(String[], boolean, boolean)
- Method in class com.croftsoft.core.gui.
SelectPanel
setLeakConductance(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setLeakConductivity(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setLeakConductivity(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setLeakReversalPotential(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
SetList
- Class in
com.croftsoft.core.util
A List that, like a Set, contains no duplicate Elements.
SetList(List)
- Constructor for class com.croftsoft.core.util.
SetList
setLog(Log)
- Method in class com.croftsoft.core.net.news.
NntpSocket
setLoopGovernor(LoopGovernor)
- Method in class com.croftsoft.core.animation.
AnimatedComponent
setLoopGovernor(LoopGovernor)
- Method in class com.croftsoft.core.util.loop.
Looper
setMaxFont(Graphics, String, String, int, double, double)
- Static method in class com.croftsoft.core.awt.font.
FontLib
Sets the Graphics Font size so that it maximizes the bounded text.
setMaxFont(Component, String, String, int, double, double)
- Static method in class com.croftsoft.core.awt.font.
FontLib
Sets the Graphics Font size so that it maximizes the bounded text.
setMaximumAngularVelocity(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setMembraneArea(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setMembraneArea(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setMembraneCapacitance(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setMembraneCapacitivity(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setMembraneCapacitivity(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setMembraneVoltage(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setMembraneVoltage(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setMembraneVoltage(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setMousePressedIcon(Icon, Point)
- Method in class com.croftsoft.core.animation.animator.
CursorAnimator
setMouseReleasedIcon(Icon, Point)
- Method in class com.croftsoft.core.animation.animator.
CursorAnimator
setMuted(boolean)
- Method in class com.croftsoft.core.media.sound.
AudioClipCache
setNanoTime(long)
- Method in class com.croftsoft.core.sim.
NanoDeltaClock
setOffsetX(int)
- Method in class com.croftsoft.core.animation.painter.
TilePainter
setOffsetX(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setOffsetY(int)
- Method in class com.croftsoft.core.animation.painter.
TilePainter
setOffsetY(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setOpen(boolean)
- Method in interface com.croftsoft.core.ai.neuro.
ChannelMut
setOpen(boolean)
- Method in class com.croftsoft.core.ai.neuro.imp.
ChannelMutImp
setOpen(boolean)
- Method in class com.croftsoft.core.ai.neuro.imp.
SnapChannel
setPaintArea(Rectangle)
- Method in class com.croftsoft.core.animation.painter.
SpacePainter
setParentNodeInfo(NodeInfo)
- Method in class com.croftsoft.core.ai.astar.
NodeInfo
setPeriodNanos(long)
- Method in class com.croftsoft.core.util.loop.
NanoTimeLoopGovernor
setPerturbationFactor(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setPollingPeriod(long)
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePoller
setPollingPeriodNanos(long)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setPortServer(PortServer)
- Method in interface com.croftsoft.core.net.
SocketServer
setPotassiumConductivity(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setPotassiumConductivity(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setRadius(double)
- Method in class com.croftsoft.core.math.geom.
Circle
setRectangle(Rectangle)
- Method in class com.croftsoft.core.animation.animator.
IconRowAnimator
setRepaintCollector(RepaintCollector)
- Method in class com.croftsoft.core.animation.
AnimatedComponent
setRequestBytes(byte[])
- Method in class com.croftsoft.core.net.http.
HttpConnection
setRequestBytes(byte[])
- Method in class com.croftsoft.core.net.http.msg.
HttpMessageClient
setRequestBytes(byte[])
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePoller
setReversalPotential(double)
- Method in interface com.croftsoft.core.ai.neuro.
ChannelMut
setReversalPotential(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
ChannelMutImp
setReversalPotential(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
SnapChannel
setReverse(boolean)
- Method in class com.croftsoft.core.gui.table.
RowSortComparator
Reverses the sort order.
setRotX(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setRotY(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setRotZ(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setScale(double)
- Method in class com.croftsoft.core.animation.painter.
ScalePainter
setSelected(String, boolean)
- Method in class com.croftsoft.core.gui.
CheckBoxPanel
setShape(Shape)
- Method in class com.croftsoft.core.animation.painter.
ColorPainter
setShutdownConfirmationPrompt(String)
- Method in class com.croftsoft.core.animation.
AnimationInit
setSize(Dimension)
- Method in class com.croftsoft.core.animation.icon.
ResourceImageIcon
setSocket(Socket)
- Method in interface com.croftsoft.core.net.
SocketServer
setSodiumConductivity(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setSodiumConductivity(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setSpiking(boolean)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setStartPointXY(PointXY)
- Method in class com.croftsoft.core.ai.astar.
GradientCartographer
setText(String)
- Method in class com.croftsoft.core.animation.animator.
TextAnimator
setText(String)
- Method in class com.croftsoft.core.animation.sprite.
TextSprite
setText(Pair)
- Method in class com.croftsoft.core.gui.
LabeledFieldsPanel2
setText(Pair[])
- Method in class com.croftsoft.core.gui.
LabeledFieldsPanel2
setText(Pair)
- Method in class com.croftsoft.core.gui.
PairsPanel
setText(Pair[])
- Method in class com.croftsoft.core.gui.
PairsPanel
setText(String)
- Method in class com.croftsoft.core.gui.
TextPanel
setTextAnimator(TextAnimator)
- Method in class com.croftsoft.core.animation.
AnimationInit
setThreshold(double)
- Method in interface com.croftsoft.core.ai.neuro.
HhNeuronMut
setThreshold(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
setThreshold(double)
- Method in class com.croftsoft.core.ai.neuro.imp.
TireNeuron
setTimeFactor(double)
- Method in class com.croftsoft.core.animation.clock.
Timekeeper
setTitle(String)
- Method in class com.croftsoft.core.gui.
ListControlPanel
setTitle(String)
- Method in class com.croftsoft.core.gui.
SelectPanel
setTotalCost(double)
- Method in class com.croftsoft.core.ai.astar.
NodeInfo
setUniqueID(long)
- Method in interface com.croftsoft.core.net.
SocketServer
setValue(Object)
- Method in class com.croftsoft.core.util.filemap.
FileMapEntry
setVelocity(double)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setVelocity(double)
- Method in interface com.croftsoft.core.animation.
Sprite
setW(double)
- Method in class com.croftsoft.core.math.quat.
QuatImp
setW(double)
- Method in interface com.croftsoft.core.math.quat.
QuatMut
setWidth(int)
- Method in class com.croftsoft.core.animation.icon.
ResourceImageIcon
setWidth(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglFrameRate
setX(int)
- Method in class com.croftsoft.core.animation.animator.
TextAnimator
setX(int)
- Method in class com.croftsoft.core.animation.painter.
AbstractXYPainter
setX(int)
- Method in interface com.croftsoft.core.animation.painter.
XYPainter
setX(double)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setX(double)
- Method in class com.croftsoft.core.animation.sprite.
IconSprite
setX(double)
- Method in interface com.croftsoft.core.animation.
Sprite
setX(double)
- Method in class com.croftsoft.core.math.axis.
AxisAngleImp
setX(double)
- Method in interface com.croftsoft.core.math.axis.
AxisAngleMut
setX(double)
- Method in class com.croftsoft.core.math.geom.
Point2DD
setX(int)
- Method in class com.croftsoft.core.math.geom.
Point3DI
setX(double)
- Method in class com.croftsoft.core.math.
Point3d
Deprecated.
setX(double)
- Method in class com.croftsoft.core.math.quat.
QuatImp
setX(double)
- Method in interface com.croftsoft.core.math.quat.
QuatMut
setX(double)
- Method in class com.croftsoft.core.media.jogl.camera.
JoglCameraImp
setX(double)
- Method in interface com.croftsoft.core.media.jogl.camera.
JoglCameraMut
setX(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setXY(PointXY)
- Method in class com.croftsoft.core.math.geom.
Point2DD
setXY(double, double)
- Method in class com.croftsoft.core.math.geom.
Point2DD
setXY(Point)
- Method in class com.croftsoft.core.math.geom.
Point2DD
setXYZ(double, double, double)
- Method in class com.croftsoft.core.math.geom.
Point3DD
setXYZ(PointXYZ)
- Method in class com.croftsoft.core.math.geom.
Point3DD
setXYZ(double, double, double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setY(int)
- Method in class com.croftsoft.core.animation.animator.
TextAnimator
setY(int)
- Method in class com.croftsoft.core.animation.painter.
AbstractXYPainter
setY(int)
- Method in interface com.croftsoft.core.animation.painter.
XYPainter
setY(double)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setY(double)
- Method in class com.croftsoft.core.animation.sprite.
IconSprite
setY(double)
- Method in interface com.croftsoft.core.animation.
Sprite
setY(double)
- Method in class com.croftsoft.core.math.axis.
AxisAngleImp
setY(double)
- Method in interface com.croftsoft.core.math.axis.
AxisAngleMut
setY(double)
- Method in class com.croftsoft.core.math.geom.
Point2DD
setY(int)
- Method in class com.croftsoft.core.math.geom.
Point3DI
setY(double)
- Method in class com.croftsoft.core.math.
Point3d
Deprecated.
setY(double)
- Method in class com.croftsoft.core.math.quat.
QuatImp
setY(double)
- Method in interface com.croftsoft.core.math.quat.
QuatMut
setY(double)
- Method in class com.croftsoft.core.media.jogl.camera.
JoglCameraImp
setY(double)
- Method in interface com.croftsoft.core.media.jogl.camera.
JoglCameraMut
setY(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
setZ(double)
- Method in class com.croftsoft.core.animation.sprite.
AbstractSprite
setZ(double)
- Method in interface com.croftsoft.core.animation.
Sprite
setZ(double)
- Method in class com.croftsoft.core.math.axis.
AxisAngleImp
setZ(double)
- Method in interface com.croftsoft.core.math.axis.
AxisAngleMut
setZ(double)
- Method in class com.croftsoft.core.math.geom.
Point3DD
setZ(int)
- Method in class com.croftsoft.core.math.geom.
Point3DI
setZ(double)
- Method in class com.croftsoft.core.math.
Point3d
Deprecated.
setZ(double)
- Method in class com.croftsoft.core.math.quat.
QuatImp
setZ(double)
- Method in interface com.croftsoft.core.math.quat.
QuatMut
setZ(double)
- Method in class com.croftsoft.core.media.jogl.camera.
JoglCameraImp
setZ(double)
- Method in interface com.croftsoft.core.media.jogl.camera.
JoglCameraMut
setZ(double)
- Method in class com.croftsoft.core.media.jogl.render.
JoglSpinCube.ModelImp
ShapeLib
- Class in
com.croftsoft.core.math.geom
A static method library for manipulating Shape instances.
showDocument(URL)
- Static method in class com.croftsoft.core.jnlp.
JnlpLib
showDocument(URL)
- Static method in class com.croftsoft.core.jnlp.
JnlpProxy
showDocument(URL)
- Method in interface com.croftsoft.core.jnlp.
JnlpServices
showDocument(URL)
- Method in class com.croftsoft.core.jnlp.
JnlpServicesImpl
shrinkToFit(int, int, int, int)
- Static method in class com.croftsoft.core.awt.image.
ImageLib
shrinkToFitAndCenter(int, int, int, int)
- Static method in class com.croftsoft.core.awt.image.
ImageLib
shutdown()
- Method in class com.croftsoft.core.net.http.
PrintServer
shutdown()
- Method in class com.croftsoft.core.net.http.
WebServer
ShutdownWindowAdapter
- Class in
com.croftsoft.core.gui
Performs a graceful shutdown of a program when the window is closed.
ShutdownWindowAdapter(Destroyable[], String, String)
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
Main constructor.
ShutdownWindowAdapter(Destroyable[], String)
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
Convenience constructor.
ShutdownWindowAdapter(Destroyable, String)
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
Convenience constructor.
ShutdownWindowAdapter(Destroyable[])
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
Convenience constructor.
ShutdownWindowAdapter(Destroyable)
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
Convenience constructor.
ShutdownWindowAdapter()
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowAdapter
ShutdownWindowListener
- Class in
com.croftsoft.core.gui
Performs a graceful shutdown of a program when the window is closed.
ShutdownWindowListener(Destroyable[])
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowListener
Main constructor.
ShutdownWindowListener(Destroyable)
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowListener
Convenience constructor.
ShutdownWindowListener()
- Constructor for class com.croftsoft.core.gui.
ShutdownWindowListener
Convenience constructor.
sigmoid(double)
- Static method in class com.croftsoft.core.math.
MathLib
Also known as the "logistic function".
sigmoid()
- Method in class com.croftsoft.core.math.
Matrix
sigmoidDerivative(double)
- Static method in class com.croftsoft.core.math.
MathLib
The derivative with respect to the argument.
sigmoidDerivative()
- Method in class com.croftsoft.core.math.
Matrix
signum(long)
- Static method in class com.croftsoft.core.math.
MathLib
Returns +1 if positive, -1 if negative, otherwise 0.
Sim
- Interface in
com.croftsoft.core.sim
A simulation object updated in separate access and mutate phases.
SimLib
- Class in
com.croftsoft.core.sim
Static method library to manipulate Sim objects.
SimLib()
- Constructor for class com.croftsoft.core.sim.
SimLib
SimpleRepaintCollector
- Class in
com.croftsoft.core.animation.collector
Simply collects the repaint requests.
SimpleRepaintCollector()
- Constructor for class com.croftsoft.core.animation.collector.
SimpleRepaintCollector
size
- Variable in class com.croftsoft.core.animation.awt.
SpriteCanvas
size()
- Method in class com.croftsoft.core.util.filemap.
FileMapEntrySet
size()
- Method in class com.croftsoft.core.util.mail.
FlipMail
size()
- Method in class com.croftsoft.core.util.mail.
MailImp
size()
- Method in class com.croftsoft.core.util.seq.
ArraySeq
size()
- Method in class com.croftsoft.core.util.seq.
ListSeq
size()
- Method in interface com.croftsoft.core.util.seq.
Seq
size()
- Method in class com.croftsoft.core.util.seq.
SeqExample
size()
- Method in class com.croftsoft.core.util.
SetList
skippedEntity(String)
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
sleep(long)
- Static method in class com.croftsoft.core.lang.
ThreadLib
Puts the current Thread to sleep for a number of milliseconds.
slide(long, int, int)
- Method in class com.croftsoft.core.animation.awt.
SpriteCanvas
slide(Sprite, int, int)
- Method in class com.croftsoft.core.animation.awt.
SpriteCanvas
slip(Sprite, int, int)
- Method in class com.croftsoft.core.animation.awt.
SpriteCanvas
Slips the sprite one pixel along the axes.
Distances dist_x and dist_y should be -1, 0, or +1.
Slot
<
E
> - Interface in
com.croftsoft.core.util.slot
Mail slot for receiving messages to be processed, stored, or relayed.
SmlCoder
- Class in
com.croftsoft.core.text.sml
Static methods for encoding and decoding SML.
SmlNode
- Class in
com.croftsoft.core.text.sml
Simplified Markup Language (SML) node.
SmlNode(String)
- Constructor for class com.croftsoft.core.text.sml.
SmlNode
SmlNode(String, String)
- Constructor for class com.croftsoft.core.text.sml.
SmlNode
SmlNodeConvertible
- Interface in
com.croftsoft.core.text.sml
Interface for Objects that can generate an SmlNode representation.
SmlNodeLib
- Class in
com.croftsoft.core.text.sml
A library of static methods for manipulating SmlNode objects.
SmlNodeLoader
- Class in
com.croftsoft.core.text.sml
Used to parse large SML files one data record at a time.
SmlNodeParseHandler
- Class in
com.croftsoft.core.text.sml
Constructs SmlNodes from parsed SML tokens.
SmlNodeParseHandler(boolean)
- Constructor for class com.croftsoft.core.text.sml.
SmlNodeParseHandler
SmlNodeParseHandler()
- Constructor for class com.croftsoft.core.text.sml.
SmlNodeParseHandler
SmlParseHandler
- Interface in
com.croftsoft.core.text.sml
Receives tokens from SML parser.
SmlRecordLoader
- Class in
com.croftsoft.core.text.sml
Used to parse large SML files one data record at a time.
SnapChannel
- Class in
com.croftsoft.core.ai.neuro.imp
Mutable Channel implementation that snaps shut when updated.
SnapChannel(double, double, boolean)
- Constructor for class com.croftsoft.core.ai.neuro.imp.
SnapChannel
SnapChannel(double, double)
- Constructor for class com.croftsoft.core.ai.neuro.imp.
SnapChannel
SocketServer
- Interface in
com.croftsoft.core.net
SODIUM_CONDUCTIVITY
- Static variable in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
SODIUM_REVERSAL_POTENTIAL
- Static variable in class com.croftsoft.core.ai.neuro.imp.
HhNeuronImp
SoftCache
- Class in
com.croftsoft.core.util.cache
A Cache implementation that dumps its content when memory is low.
SoftCache()
- Constructor for class com.croftsoft.core.util.cache.
SoftCache
SoftHashMap
- Class in
com.croftsoft.core.util
A Map implementation that dumps its content when memory runs low.
SoftHashMap()
- Constructor for class com.croftsoft.core.util.
SoftHashMap
SpacePainter
- Class in
com.croftsoft.core.animation.painter
Fills an area of the component with stars against black space.
SpacePainter(Rectangle, double)
- Constructor for class com.croftsoft.core.animation.painter.
SpacePainter
Main constructor method.
SpacePainter()
- Constructor for class com.croftsoft.core.animation.painter.
SpacePainter
Convenience constructor method.
SpaceTester
- Interface in
com.croftsoft.core.ai.astar
Tests whether a point in space is available as an adjacent node.
Sprite
- Class in
com.croftsoft.core.animation.awt
Sprite(SpriteCanvas, Image, int, int, int, int, int, long)
- Constructor for class com.croftsoft.core.animation.awt.
Sprite
Sprite
- Interface in
com.croftsoft.core.animation
A ComponentAnimator representing a moving object.
SpriteCanvas
- Class in
com.croftsoft.core.animation.awt
If you use a backgroundImage, you must dispose of its graphics yourself.
SpriteCanvas(Color)
- Constructor for class com.croftsoft.core.animation.awt.
SpriteCanvas
SqlLib
- Class in
com.croftsoft.core.sql
A library of SQL manipulation methods.
StableArrayKeeper
- Class in
com.croftsoft.core.util
Optimized for reading from a stable array.
StableArrayKeeper(Object[])
- Constructor for class com.croftsoft.core.util.
StableArrayKeeper
StableArrayKeeper()
- Constructor for class com.croftsoft.core.util.
StableArrayKeeper
start()
- Method in class com.croftsoft.core.animation.
AnimatedApplet
start()
- Method in class com.croftsoft.core.animation.
AnimatedComponent
start()
- Method in class com.croftsoft.core.gui.
FrameManager
start()
- Method in class com.croftsoft.core.gui.multi.
MultiApplet
start()
- Method in class com.croftsoft.core.lang.classloader.
DialogClassLoader
start()
- Method in class com.croftsoft.core.lang.lifecycle.
AppletLifecycle
start()
- Method in class com.croftsoft.core.lang.lifecycle.
CompositeLifecycle
start()
- Method in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
start(Startable)
- Static method in class com.croftsoft.core.lang.lifecycle.
LifecycleLib
Starts the startable, catching and printing any Exception.
start(Startable...)
- Static method in class com.croftsoft.core.lang.lifecycle.
LifecycleLib
Starts the startables, catching and printing any Exception.
start()
- Method in interface com.croftsoft.core.lang.lifecycle.
Startable
start()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessageClient
start()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePoller
start()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePusher
start()
- Method in class com.croftsoft.core.net.jms.
Courier
start()
- Method in class com.croftsoft.core.sim.
NanoDeltaClock
start()
- Method in class com.croftsoft.core.util.loop.
Looper
start()
- Method in class com.croftsoft.core.util.
Metronome
start()
- Method in class com.croftsoft.core.util.queue.
QueuePuller
start()
- Method in class com.croftsoft.core.util.
Stopwatch
Startable
- Interface in
com.croftsoft.core.lang.lifecycle
Defines the start() method.
startDocument()
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
startElement(String, String, String, Attributes)
- Method in class com.croftsoft.core.text.sml.
SmlRecordLoader
startElement(String, String, String, Attributes)
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
startPrefixMapping(String, String)
- Method in class com.croftsoft.core.text.xml.
FilterDefaultHandler
State
- Interface in
com.croftsoft.core.util.state
The state of an object may be communicated by a State object.
STATE_DESTROYED
- Static variable in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
STATE_INITIALIZED
- Static variable in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
STATE_STARTED
- Static variable in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
STATE_STOPPED
- Static variable in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
STATE_UNINITIALIZED
- Static variable in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
stateChanged(ChangeEvent)
- Method in class com.croftsoft.core.gui.event.
UserInputAdapter
StateLib
- Class in
com.croftsoft.core.util.state
Static methods to support concrete implementations of the State interface.
stateListen(State)
- Method in class com.croftsoft.core.util.state.
RelayStateMulticaster
stateListen(State)
- Method in interface com.croftsoft.core.util.state.
StateListener
stateListen(State)
- Method in class com.croftsoft.core.util.state.
StateListenerAmbassador
stateListen(State)
- Method in class com.croftsoft.core.util.state.
StateListenerProxy
stateListen(State)
- Method in interface com.croftsoft.core.util.state.
StateListenerRemote
StateListener
- Interface in
com.croftsoft.core.util.state
An interface for listeners of object State updates.
stateListener
- Variable in class com.croftsoft.core.util.state.
StateListenerConsumer
StateListenerAmbassador
- Class in
com.croftsoft.core.util.state
An ambassador proxy for StateListenerRemote objects.
StateListenerAmbassador(StateListenerRemote, ExceptionListener)
- Constructor for class com.croftsoft.core.util.state.
StateListenerAmbassador
StateListenerAmbassador(StateListenerRemote)
- Constructor for class com.croftsoft.core.util.state.
StateListenerAmbassador
StateListenerConsumer
- Class in
com.croftsoft.core.util.state
Adapts the StateListener interface to the Consumer interface.
StateListenerConsumer(StateListener)
- Constructor for class com.croftsoft.core.util.state.
StateListenerConsumer
StateListenerProxy
- Class in
com.croftsoft.core.util.state
An adapter for StateListeners of remote States.
StateListenerProxy(StateListener)
- Constructor for class com.croftsoft.core.util.state.
StateListenerProxy
StateListenerRemote
- Interface in
com.croftsoft.core.util.state
An interface for listeners of object State updates.
StateMulticaster
- Interface in
com.croftsoft.core.util.state
An interface for objects that mulicast State updates.
StateMulticasterAmbassador
- Class in
com.croftsoft.core.util.state
An ambassador proxy for StateMulticasterRemote objects.
StateMulticasterAmbassador(StateMulticasterRemote, ExceptionListener)
- Constructor for class com.croftsoft.core.util.state.
StateMulticasterAmbassador
StateMulticasterAmbassador(StateMulticasterRemote)
- Constructor for class com.croftsoft.core.util.state.
StateMulticasterAmbassador
StateMulticasterProxy
- Class in
com.croftsoft.core.util.state
An adapter for StateMulticasters of remote States.
StateMulticasterProxy(StateMulticaster)
- Constructor for class com.croftsoft.core.util.state.
StateMulticasterProxy
StateMulticasterRemote
- Interface in
com.croftsoft.core.util.state
An interface for remote objects that mulicast State updates.
stop()
- Method in class com.croftsoft.core.animation.
AnimatedApplet
stop()
- Method in class com.croftsoft.core.animation.
AnimatedComponent
stop()
- Method in class com.croftsoft.core.gui.
FrameManager
stop()
- Method in class com.croftsoft.core.gui.multi.
MultiApplet
stop()
- Method in class com.croftsoft.core.lang.lifecycle.
AppletLifecycle
stop()
- Method in class com.croftsoft.core.lang.lifecycle.
CompositeLifecycle
stop()
- Method in class com.croftsoft.core.lang.lifecycle.
LifecycleEnforcer
stop(Stoppable)
- Static method in class com.croftsoft.core.lang.lifecycle.
LifecycleLib
Stops the stoppable, catching and printing any Exception.
stop(Stoppable...)
- Static method in class com.croftsoft.core.lang.lifecycle.
LifecycleLib
Stops the stoppables, catching and printing any Exception.
stop()
- Method in interface com.croftsoft.core.lang.lifecycle.
Stoppable
stop()
- Method in class com.croftsoft.core.media.sound.
AudioClipCache
stop()
- Method in class com.croftsoft.core.media.sound.
AudioJukebox
stop()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessageClient
stop()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePoller
stop()
- Method in class com.croftsoft.core.net.http.msg.
HttpMessagePusher
stop()
- Method in class com.croftsoft.core.net.jms.
Courier
stop()
- Method in class com.croftsoft.core.util.loop.
Looper
stop()
- Method in class com.croftsoft.core.util.
Metronome
stop()
- Method in class com.croftsoft.core.util.queue.
QueuePuller
stop()
- Method in class com.croftsoft.core.util.
Stopwatch
Stoppable
- Interface in
com.croftsoft.core.lang.lifecycle
Defines the stop() method.
stopRequested
- Variable in class com.croftsoft.core.animation.
AnimatedComponent
Stopwatch
- Class in
com.croftsoft.core.util
Used for timing events with millisecond precision.
Stopwatch()
- Constructor for class com.croftsoft.core.util.
Stopwatch
store(InputStream)
- Method in interface com.croftsoft.core.util.cache.
Cache
Stores the contents and returns an Id to be used for retrieval.
store(InputStream)
- Method in class com.croftsoft.core.util.cache.
MemoryMapCache
store(InputStream)
- Method in class com.croftsoft.core.util.cache.secure.
SecureCache
Stores the content to the delegateCache and returns a SecureId object which may be used to retrieve it.
store(InputStream)
- Method in class com.croftsoft.core.util.cache.
SoftCache
storeString(Cache, String)
- Static method in class com.croftsoft.core.util.cache.
CacheLib
Tests a Cache implementation.
StreamLib
- Class in
com.croftsoft.core.io
A library of static methods for the manipulation of input and output streams.
StretchImageIcon
- Class in
com.croftsoft.core.animation.icon
ImageIcon that stretches its painting across the entire Component.
StretchImageIcon(Image)
- Constructor for class com.croftsoft.core.animation.icon.
StretchImageIcon
StretchImageIcon(URL)
- Constructor for class com.croftsoft.core.animation.icon.
StretchImageIcon
StretchPainter
- Class in
com.croftsoft.core.animation.painter
Stretches the Image across the entire Component.
StretchPainter(Image)
- Constructor for class com.croftsoft.core.animation.painter.
StretchPainter
StringCoder
- Class in
com.croftsoft.core.io
A String Encoder and Parser.
StringCoder(String)
- Constructor for class com.croftsoft.core.io.
StringCoder
StringId
- Class in
com.croftsoft.core.util.id
An Id implementation backed by a String.
StringId(String)
- Constructor for class com.croftsoft.core.util.id.
StringId
Main constructor.
StringLib
- Class in
com.croftsoft.core.lang
A collection of static methods to manipulate java.lang.String.
strip_HTML_tags(String)
- Static method in class com.croftsoft.core.net.
Net
Removes everything between bracket pairs plus the brackets.
stripNonNumbers(String)
- Static method in class com.croftsoft.core.text.
ParseLib
Strips non-number characters out of the String.
subArray(Object[], int, int)
- Static method in class com.croftsoft.core.util.
ArrayLib
Creates a new subarray from a larger array.
subArray(Object[], int)
- Static method in class com.croftsoft.core.util.
ArrayLib
Creates a new subarray from a larger array.
subList(int, int)
- Method in class com.croftsoft.core.util.
SetList
submatrix(int, int, int, int)
- Method in class com.croftsoft.core.math.
Matrix
Subscriber
- Interface in
com.croftsoft.core.util.pubsub
An interface for publish-and-subscribe message recipients.
subtract(Matrix)
- Method in class com.croftsoft.core.math.
Matrix
sum()
- Method in class com.croftsoft.core.math.
Matrix
SwingRepaintCollector
- Class in
com.croftsoft.core.animation.collector
Routes repaint requests back to the standard Swing RepaintManager.
SwingRepaintCollector(JComponent)
- Constructor for class com.croftsoft.core.animation.collector.
SwingRepaintCollector
SYSTEM_ERR_INSTANCE
- Static variable in class com.croftsoft.core.util.log.
PrintStreamLog
SYSTEM_OUT_INSTANCE
- Static variable in class com.croftsoft.core.util.log.
PrintStreamLog
SystemClock
- Class in
com.croftsoft.core.animation.clock
Uses the system clock to provide the current time in nanoseconds.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
CroftSoft Javadoc
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
CroftSoft Core Javadoc (2008-09-28 20:58:02)