public class LUtil extends Object
| Constructor and Description |
|---|
LUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
callTouchedActions(List<LObject> touchedObjects,
LErrorListener errorListener) |
static List<LObject> |
copyWithoutResourceReferences(List<LObject> objects) |
static LObject |
copyWithoutResourceReferences(LObject object) |
static void |
setResourceReferences(List<LObject> objects,
Map<String,LImage> images,
Map<String,LFont> fonts) |
static void |
setResourceReferences(LObject object,
Map<String,LImage> images,
Map<String,LFont> fonts) |
public static void callTouchedActions(List<LObject> touchedObjects, LErrorListener errorListener)
public static List<LObject> copyWithoutResourceReferences(List<LObject> objects)
public static void setResourceReferences(List<LObject> objects, Map<String,LImage> images, Map<String,LFont> fonts) throws Exception
ExceptionCopyright © 2019 Philip Heyse. All rights reserved.