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  
sendToSocket(file, host, port) — Static method in class de.popforge.imageprocessing.utils.Publish
Establishes a connection to a server and sends the file.
sendToWeb(file, url) — Static method in class de.popforge.imageprocessing.utils.Publish
Sends a file to a given URL.
Sepia — Final class in package de.popforge.imageprocessing.filters.color
The Sepia class is a filter that applies the well-known sepia effect.
setChannel(channel) — Method in interface de.popforge.imageprocessing.geom.interpolation.IInterpolation
Changes the active channel that the interpolation method uses.
Sharpen — Final class in package de.popforge.imageprocessing.filters.convolution
The Sharpen class is a filter that uses a convolution matrix to sharpen an image.
Sharpen(strength) — Constructor in class de.popforge.imageprocessing.filters.convolution.Sharpen
Creates a new Shapren object.
SinePlasma — Final class in package de.popforge.imageprocessing.filters.render
The SinePlasma class is a filter that generates a plasma based on non-distorted sine waves.
SinePlasma(amplitude, frequencyX, frequencyY) — Constructor in class de.popforge.imageprocessing.filters.render.SinePlasma
Creates a new SinePlasma object.
SphereMap — Final class in package de.popforge.imageprocessing.geom.maps
The SphereMap class is a displacement map that uses a three dimensional sphere to displace given points.
SphereMap(centerX, centerY, radius) — Constructor in class de.popforge.imageprocessing.geom.maps.SphereMap
Creates a new SphereMap object.
Spherize — Final class in package de.popforge.imageprocessing.filters.distortion
The Spherize class is a filter that displaces an image using a sphere map.
Spherize(centerX, centerY, radius, wrap, interpolation) — Constructor in class de.popforge.imageprocessing.filters.distortion.Spherize
Creates a new Spherize object.
stitch — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
If the value is true, the method attempts to smooth the transition edges of the image to create seamless textures for tiling as a bitmap fill.
StructuringFunction — Final class in package de.popforge.imageprocessing.geom
The StructuringFunction class is a representation of a matrix used for most morphological filters.
StructuringFunction(matrix) — Constructor in class de.popforge.imageprocessing.geom.StructuringFunction
Creates a new StructuringFunction object.
substract(color:de.popforge.imageprocessing.geom:Color) — Method in class de.popforge.imageprocessing.geom.Color
Substracts a color vector from the current color vector.
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