Package org.gephi.preview.api
Class PreviewPreset
- java.lang.Object
-
- org.gephi.preview.api.PreviewPreset
-
- All Implemented Interfaces:
Comparable<PreviewPreset>
public class PreviewPreset extends Object implements Comparable<PreviewPreset>
Read only set ofPreviewProperty
values.- Author:
- Mathieu Bastian
-
-
Constructor Summary
Constructors Constructor Description PreviewPreset(String name)
PreviewPreset(String name, Map<String,Object> propertiesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(PreviewPreset o)
boolean
equals(Object obj)
String
getName()
Map<String,Object>
getProperties()
Returns a read-only map of all propertiesint
hashCode()
String
toString()
-
-
-
Method Detail
-
getProperties
public Map<String,Object> getProperties()
Returns a read-only map of all properties- Returns:
- a read-only map of all properties
-
getName
public String getName()
-
compareTo
public int compareTo(PreviewPreset o)
- Specified by:
compareTo
in interfaceComparable<PreviewPreset>
-
-