- save(File) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
Saves the current content of bi into the passed File in .png format.
- ScreenshotRobot - Class in com.nwawsoft.util.tools
-
Screenshots all monitors or a specified monitor or area/region.
- ScreenshotRobot() - Constructor for class com.nwawsoft.util.tools.ScreenshotRobot
-
Initializes a ScreenshotRobot.
- setArea(Rectangle) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- setAreaManually(Rectangle) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
Sets area to the specified Rectangle.
- setAreaManually(int, int, int, int) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
Sets area to the specified position and size.
- setBI(BufferedImage) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- setContent(Object) - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
Sets an object into the Tree's content storage.
- setContent(Object) - Method in class com.nwawsoft.util.datastructures.Tree
-
Sets the content of the Tree object.
- setLeftTree(Tree) - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
- setMonitors(GraphicsDevice[]) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- setObject(Object) - Method in class com.nwawsoft.util.datastructures.IntList
-
- setObject(Object) - Method in class com.nwawsoft.util.datastructures.List
-
Replaces the content of the currently selected object with the specified content if there is any.
- setObject(Object) - Method in class com.nwawsoft.util.datastructures.StringList
-
Sets the Object where the 'current' reference is, but only if it is a String.
- setObject1(Object) - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- setObject1(Object) - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- setObject1(Object) - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- setObject1(Object) - Method in class com.nwawsoft.util.datastructures.TwoTuple
-
- setObject2(Object) - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- setObject2(Object) - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- setObject2(Object) - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- setObject2(Object) - Method in class com.nwawsoft.util.datastructures.TwoTuple
-
- setObject3(Object) - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- setObject3(Object) - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- setObject3(Object) - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- setObject4(Object) - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- setObject4(Object) - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- setObject5(Object) - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- setRightTree(Tree) - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
- sharesNoEntry(List, List) - Static method in class com.nwawsoft.util.datastructures.List
-
Checks whether two lists have no entries that fit Object.equals().
- sharesNoEntry(List) - Method in class com.nwawsoft.util.datastructures.List
-
Checks whether the list has no entry that fits Object.equals() for any object in the specified list.
- sharesNoEntry(int[], int[]) - Static method in class com.nwawsoft.util.natives.IntArrayFunctions
-
Returns whether two int arrays have no shared value.
- sieveOfEratosthenes(int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
-
Returns an array containing all prime numbers from 2 to upperBound.
- ss - Static variable in class com.nwawsoft.util.realworldlanguage.GermanMutatedVowels
-
ß
- Stack - Class in com.nwawsoft.util.datastructures
-
Data structure for storing and handling data in FILO order (first in, last out).
- Stack() - Constructor for class com.nwawsoft.util.datastructures.Stack
-
Creates an empty stack.
- startsWithAny(String, StringList) - Static method in class com.nwawsoft.util.natives.StringFunctions
-
Checks whether a String "string" starts with any substring in a specified StringList "matchList".
- StringArrayFunctions - Class in com.nwawsoft.util.natives
-
Supplies functions that manipulate or work with information from String arrays.
- StringArrayFunctions() - Constructor for class com.nwawsoft.util.natives.StringArrayFunctions
-
- StringFunctions - Class in com.nwawsoft.util.natives
-
Supplies functions for String
s.
- StringFunctions() - Constructor for class com.nwawsoft.util.natives.StringFunctions
-
- StringList - Class in com.nwawsoft.util.datastructures
-
Works like List but ignores objects except Strings and List objects that are not purely made out of Strings.
- StringList() - Constructor for class com.nwawsoft.util.datastructures.StringList
-
Creates a new StringList object.
- sumFromXToY(int, int) - Static method in class com.nwawsoft.util.math.Math
-
Returns the sum of all integer values from a specified lower bound to a specified upper bound, including both
bounds.
- sumUpToX(int) - Static method in class com.nwawsoft.util.math.Math
-
Returns the sum of all integer values from 1 to the specified upper bound, including 1 and the upper bound.