Uses of Class
g3.project.graphics.StrokeProps
-
Packages that use StrokeProps Package Description g3.project.elements g3.project.graphics g3.project.ui -
-
Uses of StrokeProps in g3.project.elements
Methods in g3.project.elements that return StrokeProps Modifier and Type Method Description StrokeProps
StrokeElement. getProps()
Get stroke properties.Methods in g3.project.elements that return types with arguments of type StrokeProps Modifier and Type Method Description java.util.Optional<StrokeProps>
VisualElement. getStroke()
Get the stroke element for this element.Methods in g3.project.elements with parameters of type StrokeProps Modifier and Type Method Description void
StrokeElement. setProps(StrokeProps props)
Set stroke props/attributes. -
Uses of StrokeProps in g3.project.graphics
Methods in g3.project.graphics with parameters of type StrokeProps Modifier and Type Method Description void
ExtShape. setStroke(StrokeProps stroke)
Configure shape stroke. -
Uses of StrokeProps in g3.project.ui
Methods in g3.project.ui with parameters of type StrokeProps Modifier and Type Method Description void
MainController. updateShape(java.lang.String id, java.lang.String shapeType, StrokeProps stroke, java.util.ArrayList<StyledTextSeg> text, java.util.ArrayList<java.lang.Double> segments)
Draw/Redraw shape on screen.void
MainController. updateShapeStroke(java.lang.String id, StrokeProps props)
Change Shape stroke.
-