Package kiyut.sketsa.windows.properties
Interface GraphicsProperties
-
- All Known Implementing Classes:
AbstractGraphicsProperties,FillProperties,FilterProperties,GeometryProperties,MarkerProperties,SelectionEmptyProperties,StrokeProperties
public interface GraphicsPropertiesGraphics Property Interface- Author:
- Kiyut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()refresh / repopulate the properties using the value from the elementvoidsetSelectionList(List<org.w3c.dom.svg.SVGElement> selectionList)set selectionListvoidsetVectorCanvas(VectorCanvas canvas)set the canvas
-
-
-
Method Detail
-
setVectorCanvas
void setVectorCanvas(VectorCanvas canvas)
set the canvas- Parameters:
canvas- VectorCanvas
-
refresh
void refresh()
refresh / repopulate the properties using the value from the element
-
setSelectionList
void setSelectionList(List<org.w3c.dom.svg.SVGElement> selectionList)
set selectionList- Parameters:
selectionList- List of selection
-
-