Uses of Class
org.seamcat.model.types.result.ScatterDiagramResultType
-
Packages that use ScatterDiagramResultType Package Description org.seamcat.model.types.result -
-
Uses of ScatterDiagramResultType in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return ScatterDiagramResultType Modifier and Type Method Description ScatterDiagramResultType
Results. findScatterDiagram(MultiValueDef def)
Methods in org.seamcat.model.types.result that return types with arguments of type ScatterDiagramResultType Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ScatterDiagramResultType>>
Results. allGroupedScatter()
java.util.List<ScatterDiagramResultType>
Results. getScatterDiagramResultTypes()
java.util.List<ScatterDiagramResultType>
Results. nonGroupedScatter()
Methods in org.seamcat.model.types.result with parameters of type ScatterDiagramResultType Modifier and Type Method Description void
ResultTypeVisitor. visit(ScatterDiagramResultType scatter)
-