Uses of Class
org.gephi.layout.spi.LayoutProperty
-
Packages that use LayoutProperty Package Description org.gephi.layout.spi Interfaces for creating new layout algorithms. -
-
Uses of LayoutProperty in org.gephi.layout.spi
Methods in org.gephi.layout.spi that return LayoutProperty Modifier and Type Method Description static LayoutProperty
LayoutProperty. createProperty(Layout layout, Class valueType, String propertyName, String propertyCategory, String propertyDescription, String getMethod, String setMethod)
Create a property.static LayoutProperty
LayoutProperty. createProperty(Layout layout, Class valueType, String propertyName, String propertyCategory, String propertyDescription, String getMethod, String setMethod, Class<? extends PropertyEditor> editorClass)
Create a property, with a particularPropertyEditor
.static LayoutProperty
LayoutProperty. createProperty(Layout layout, Class valueType, String propertyName, String propertyCategory, String propertyCanonicalName, String propertyDescription, String getMethod, String setMethod)
Create a property.static LayoutProperty
LayoutProperty. createProperty(Layout layout, Class valueType, String propertyName, String propertyCategory, String propertyCanonicalName, String propertyDescription, String getMethod, String setMethod, Class<? extends PropertyEditor> editorClass)
Create a property, with a particularPropertyEditor
.LayoutProperty[]
Layout. getProperties()
The properties for this layout.
-