Class StylesheetConfig
- java.lang.Object
-
- com.inductiveautomation.perspective.common.config.StylesheetConfig
-
public class StylesheetConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INITIAL_CONTENTS
static java.lang.String
RESOURCE_FILENAME
static ResourcePath
RESOURCE_PATH
static ResourceType
RESOURCE_TYPE
-
Constructor Summary
Constructors Constructor Description StylesheetConfig(java.lang.String stylesheet)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StylesheetConfig
fromProjectResource(ProjectResource resource)
java.lang.String
getStylesheet()
void
setStylesheet(java.lang.String stylesheet)
-
-
-
Field Detail
-
INITIAL_CONTENTS
public static final java.lang.String INITIAL_CONTENTS
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final ResourceType RESOURCE_TYPE
-
RESOURCE_PATH
public static final ResourcePath RESOURCE_PATH
-
RESOURCE_FILENAME
public static final java.lang.String RESOURCE_FILENAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStylesheet
public java.lang.String getStylesheet()
-
setStylesheet
public void setStylesheet(java.lang.String stylesheet)
-
fromProjectResource
public static StylesheetConfig fromProjectResource(ProjectResource resource)
-
-