public class XyKeyPair<T> extends Object
Constructor and Description |
---|
XyKeyPair(java.util.function.Function<String,ConfigKey<T>> keyFactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConfigKey<T> |
createKey(String axName)
Creates a new key of this type with a named axis.
|
ConfigKey<T> |
getKeyX()
Returns the config key for the X axis.
|
ConfigKey<T> |
getKeyY()
Returns the config key for the Y axis.
|
public XyKeyPair(java.util.function.Function<String,ConfigKey<T>> keyFactory)
keyFactory
- maps an axis name (such as "X" or "Y")
to a configuration keyCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.