Uses of Class
org.stathissideris.ascii2image.graphics.CustomShapeDefinition
-
Packages that use CustomShapeDefinition Package Description org.stathissideris.ascii2image.core org.stathissideris.ascii2image.graphics -
-
Uses of CustomShapeDefinition in org.stathissideris.ascii2image.core
Methods in org.stathissideris.ascii2image.core that return CustomShapeDefinition Modifier and Type Method Description CustomShapeDefinition
ProcessingOptions. getFromCustomShapes(java.lang.String tagName)
Methods in org.stathissideris.ascii2image.core that return types with arguments of type CustomShapeDefinition Modifier and Type Method Description java.util.HashMap<java.lang.String,CustomShapeDefinition>
ProcessingOptions. getCustomShapes()
java.util.Collection<CustomShapeDefinition>
ConfigurationParser. getShapeDefinitions()
java.util.HashMap<java.lang.String,CustomShapeDefinition>
ConfigurationParser. getShapeDefinitionsHash()
Method parameters in org.stathissideris.ascii2image.core with type arguments of type CustomShapeDefinition Modifier and Type Method Description void
ProcessingOptions. putAllInCustomShapes(java.util.HashMap<java.lang.String,CustomShapeDefinition> customShapes)
void
ProcessingOptions. setCustomShapes(java.util.HashMap<java.lang.String,CustomShapeDefinition> customShapes)
-
Uses of CustomShapeDefinition in org.stathissideris.ascii2image.graphics
Methods in org.stathissideris.ascii2image.graphics that return CustomShapeDefinition Modifier and Type Method Description CustomShapeDefinition
DiagramShape. getDefinition()
Methods in org.stathissideris.ascii2image.graphics with parameters of type CustomShapeDefinition Modifier and Type Method Description void
DiagramShape. setDefinition(CustomShapeDefinition definition)
-