Uses of Class
net.sf.jasperreports.charts.type.EdgeEnum
-
Packages that use EdgeEnum Package Description net.sf.jasperreports.charts.type Containsenumtypes used by the built-in chart component.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of EdgeEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return EdgeEnum Modifier and Type Method Description static EdgeEnumEdgeEnum. getByName(java.lang.String name)static EdgeEnumEdgeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static EdgeEnumEdgeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static EdgeEnumEdgeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EdgeEnum[]EdgeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EdgeEnum in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts that return EdgeEnum Modifier and Type Method Description EdgeEnumChartSettings. getLegendPosition()EdgeEnumFillChartSettings. getLegendPosition()EdgeEnumChartSettings. getTitlePosition()EdgeEnumFillChartSettings. getTitlePosition() -
Uses of EdgeEnum in net.sf.jasperreports.components.spiderchart
Fields in net.sf.jasperreports.components.spiderchart declared as EdgeEnum Modifier and Type Field Description protected EdgeEnumStandardChartSettings. legendPositionprotected EdgeEnumStandardChartSettings. titlePositionMethods in net.sf.jasperreports.components.spiderchart that return EdgeEnum Modifier and Type Method Description EdgeEnumStandardChartSettings. getLegendPosition()EdgeEnumStandardChartSettings. getTitlePosition()Methods in net.sf.jasperreports.components.spiderchart with parameters of type EdgeEnum Modifier and Type Method Description voidStandardChartSettings. setLegendPosition(EdgeEnum legendPosition)voidStandardChartSettings. setTitlePosition(EdgeEnum titlePosition) -
Uses of EdgeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return EdgeEnum Modifier and Type Method Description EdgeEnumJRChart. getLegendPositionValue()EdgeEnumJRChart. getTitlePositionValue()Gets the title position relative to the chart.Methods in net.sf.jasperreports.engine with parameters of type EdgeEnum Modifier and Type Method Description voidJRChart. setLegendPosition(EdgeEnum legendPosition)voidJRChart. setTitlePosition(EdgeEnum titlePosition)Sets the title position relative to the chart. -
Uses of EdgeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as EdgeEnum Modifier and Type Field Description protected EdgeEnumJRBaseChart. legendPositionValueprotected EdgeEnumJRBaseChart. titlePositionValueMethods in net.sf.jasperreports.engine.base that return EdgeEnum Modifier and Type Method Description EdgeEnumJRBaseChart. getLegendPositionValue()EdgeEnumJRBaseChart. getTitlePositionValue()Methods in net.sf.jasperreports.engine.base with parameters of type EdgeEnum Modifier and Type Method Description voidJRBaseChart. setLegendPosition(EdgeEnum legendPositionValue)voidJRBaseChart. setTitlePosition(EdgeEnum titlePositionValue) -
Uses of EdgeEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as EdgeEnum Modifier and Type Field Description protected EdgeEnumJRDesignChart. legendPositionValueprotected EdgeEnumJRDesignChart. titlePositionValueMethods in net.sf.jasperreports.engine.design that return EdgeEnum Modifier and Type Method Description EdgeEnumJRDesignChart. getLegendPositionValue()EdgeEnumJRDesignChart. getTitlePositionValue()Methods in net.sf.jasperreports.engine.design with parameters of type EdgeEnum Modifier and Type Method Description voidJRDesignChart. setLegendPosition(EdgeEnum legendPositionValue)voidJRDesignChart. setTitlePosition(EdgeEnum titlePositionValue) -
Uses of EdgeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return EdgeEnum Modifier and Type Method Description EdgeEnumJRFillChart. getLegendPositionValue()EdgeEnumJRFillChart. getTitlePositionValue()Methods in net.sf.jasperreports.engine.fill with parameters of type EdgeEnum Modifier and Type Method Description voidJRFillChart. setLegendPosition(EdgeEnum legendPosition)voidJRFillChart. setTitlePosition(EdgeEnum titlePosition)
-