Java Doc for BarRenderer.java in  » Chart » jfreechart » org » jfree » chart » renderer » category » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Chart » jfreechart » org.jfree.chart.renderer.category 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
   org.jfree.chart.renderer.category.BarRenderer

All known Subclasses:   org.jfree.chart.renderer.category.IntervalBarRenderer,  org.jfree.chart.renderer.category.WaterfallBarRenderer,  org.jfree.chart.renderer.category.BarRenderer3D,  org.jfree.chart.renderer.category.StackedBarRenderer,  org.jfree.chart.renderer.category.StatisticalBarRenderer,  org.jfree.chart.renderer.category.LayeredBarRenderer,
BarRenderer
public class BarRenderer extends AbstractCategoryItemRenderer implements Cloneable,PublicCloneable,Serializable(Code)
A CategoryItemRenderer that draws individual data items as bars.


Field Summary
final public static  doubleBAR_OUTLINE_WIDTH_THRESHOLD
     Constant that controls the minimum width before a bar has an outline drawn.
final public static  doubleDEFAULT_ITEM_MARGIN
     The default item margin percentage.

Constructor Summary
public  BarRenderer()
     Creates a new bar renderer with default settings.

Method Summary
protected  double[]calculateBarL0L1(double value)
     Calculates the coordinates for the length of a single bar.
Parameters:
  value - the value represented by the bar.
protected  doublecalculateBarW0(CategoryPlot plot, PlotOrientation orientation, Rectangle2D dataArea, CategoryAxis domainAxis, CategoryItemRendererState state, int row, int column)
     Calculates the coordinate of the first "side" of a bar.
protected  voidcalculateBarWidth(CategoryPlot plot, Rectangle2D dataArea, int rendererIndex, CategoryItemRendererState state)
     Calculates the bar width and stores it in the renderer state.
protected  doublecalculateSeriesWidth(double space, CategoryAxis axis, int categories, int series)
     Calculates the available space for each series.
Parameters:
  space - the space along the entire axis (in Java2D units).
Parameters:
  axis - the category axis.
Parameters:
  categories - the number of categories.
Parameters:
  series - the number of series.
public  voiddrawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)
     Draws the bar for a single (series, category) data item.
protected  voiddrawItemLabel(Graphics2D g2, CategoryDataset data, int row, int column, CategoryPlot plot, CategoryItemLabelGenerator generator, Rectangle2D bar, boolean negative)
     Draws an item label.
public  booleanequals(Object obj)
     Tests this instance for equality with an arbitrary object.
Parameters:
  obj - the object (null permitted).
public  RangefindRangeBounds(CategoryDataset dataset)
     Returns the range of values the renderer requires to display all the items from the specified dataset.
public  doublegetBase()
     Returns the base value for the bars.
public  GradientPaintTransformergetGradientPaintTransformer()
     Returns the gradient paint transformer (an object used to transform gradient paint objects to fit each bar).
public  booleangetIncludeBaseInRange()
     Returns the flag that controls whether or not the base value for the bars is included in the range calculated by BarRenderer.findRangeBounds(CategoryDataset) .
public  doublegetItemMargin()
     Returns the item margin as a percentage of the available space for all bars.
public  LegendItemgetLegendItem(int datasetIndex, int series)
     Returns a legend item for a series.
Parameters:
  datasetIndex - the dataset index (zero-based).
Parameters:
  series - the series index (zero-based).
public  doublegetLowerClip()
     Returns the lower clip value.
public  doublegetMaximumBarWidth()
     Returns the maximum bar width, as a percentage of the available drawing space.
public  doublegetMinimumBarLength()
     Returns the minimum bar length (in Java2D units).
public  ItemLabelPositiongetNegativeItemLabelPositionFallback()
     Returns the fallback position for negative item labels that don't fit within a bar.
public  ItemLabelPositiongetPositiveItemLabelPositionFallback()
     Returns the fallback position for positive item labels that don't fit within a bar.
public  doublegetUpperClip()
     Returns the upper clip value.
public  CategoryItemRendererStateinitialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)
     Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
public  booleanisDrawBarOutline()
     Returns a flag that controls whether or not bar outlines are drawn.
public  voidsetBase(double base)
     Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
public  voidsetDrawBarOutline(boolean draw)
     Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
public  voidsetGradientPaintTransformer(GradientPaintTransformer transformer)
     Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
public  voidsetIncludeBaseInRange(boolean include)
     Sets the flag that controls whether or not the base value for the bars is included in the range calculated by BarRenderer.findRangeBounds(CategoryDataset) .
public  voidsetItemMargin(double percent)
     Sets the item margin and sends a RendererChangeEvent to all registered listeners.
public  voidsetMaximumBarWidth(double percent)
     Sets the maximum bar width, which is specified as a percentage of the available space for all bars, and sends a RendererChangeEvent to all registered listeners.
public  voidsetMinimumBarLength(double min)
     Sets the minimum bar length and sends a RendererChangeEvent to all registered listeners.
public  voidsetNegativeItemLabelPositionFallback(ItemLabelPosition position)
     Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
public  voidsetPositiveItemLabelPositionFallback(ItemLabelPosition position)
     Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.

Field Detail
BAR_OUTLINE_WIDTH_THRESHOLD
final public static double BAR_OUTLINE_WIDTH_THRESHOLD(Code)
Constant that controls the minimum width before a bar has an outline drawn.



DEFAULT_ITEM_MARGIN
final public static double DEFAULT_ITEM_MARGIN(Code)
The default item margin percentage.




Constructor Detail
BarRenderer
public BarRenderer()(Code)
Creates a new bar renderer with default settings.




Method Detail
calculateBarL0L1
protected double[] calculateBarL0L1(double value)(Code)
Calculates the coordinates for the length of a single bar.
Parameters:
  value - the value represented by the bar. The coordinates for each end of the bar (or null if the bar is not visible for the current axis range).



calculateBarW0
protected double calculateBarW0(CategoryPlot plot, PlotOrientation orientation, Rectangle2D dataArea, CategoryAxis domainAxis, CategoryItemRendererState state, int row, int column)(Code)
Calculates the coordinate of the first "side" of a bar. This will be the minimum x-coordinate for a vertical bar, and the minimum y-coordinate for a horizontal bar.
Parameters:
  plot - the plot.
Parameters:
  orientation - the plot orientation.
Parameters:
  dataArea - the data area.
Parameters:
  domainAxis - the domain axis.
Parameters:
  state - the renderer state (has the bar width precalculated).
Parameters:
  row - the row index.
Parameters:
  column - the column index. The coordinate.



calculateBarWidth
protected void calculateBarWidth(CategoryPlot plot, Rectangle2D dataArea, int rendererIndex, CategoryItemRendererState state)(Code)
Calculates the bar width and stores it in the renderer state.
Parameters:
  plot - the plot.
Parameters:
  dataArea - the data area.
Parameters:
  rendererIndex - the renderer index.
Parameters:
  state - the renderer state.



calculateSeriesWidth
protected double calculateSeriesWidth(double space, CategoryAxis axis, int categories, int series)(Code)
Calculates the available space for each series.
Parameters:
  space - the space along the entire axis (in Java2D units).
Parameters:
  axis - the category axis.
Parameters:
  categories - the number of categories.
Parameters:
  series - the number of series. The width of one series.



drawItem
public void drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)(Code)
Draws the bar for a single (series, category) data item.
Parameters:
  g2 - the graphics device.
Parameters:
  state - the renderer state.
Parameters:
  dataArea - the data area.
Parameters:
  plot - the plot.
Parameters:
  domainAxis - the domain axis.
Parameters:
  rangeAxis - the range axis.
Parameters:
  dataset - the dataset.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
Parameters:
  pass - the pass index.



drawItemLabel
protected void drawItemLabel(Graphics2D g2, CategoryDataset data, int row, int column, CategoryPlot plot, CategoryItemLabelGenerator generator, Rectangle2D bar, boolean negative)(Code)
Draws an item label. This method is overridden so that the bar can be used to calculate the label anchor point.
Parameters:
  g2 - the graphics device.
Parameters:
  data - the dataset.
Parameters:
  row - the row.
Parameters:
  column - the column.
Parameters:
  plot - the plot.
Parameters:
  generator - the label generator.
Parameters:
  bar - the bar.
Parameters:
  negative - a flag indicating a negative value.



equals
public boolean equals(Object obj)(Code)
Tests this instance for equality with an arbitrary object.
Parameters:
  obj - the object (null permitted). A boolean.



findRangeBounds
public Range findRangeBounds(CategoryDataset dataset)(Code)
Returns the range of values the renderer requires to display all the items from the specified dataset. This takes into account the range of values in the dataset, plus the flag that determines whether or not the base value for the bars should be included in the range.
Parameters:
  dataset - the dataset (null permitted). The range (or null if the dataset is null or empty).



getBase
public double getBase()(Code)
Returns the base value for the bars. The default value is 0.0. The base value for the bars.
See Also:   BarRenderer.setBase(double)



getGradientPaintTransformer
public GradientPaintTransformer getGradientPaintTransformer()(Code)
Returns the gradient paint transformer (an object used to transform gradient paint objects to fit each bar). A transformer (null possible).
See Also:   BarRenderer.setGradientPaintTransformer(GradientPaintTransformer)



getIncludeBaseInRange
public boolean getIncludeBaseInRange()(Code)
Returns the flag that controls whether or not the base value for the bars is included in the range calculated by BarRenderer.findRangeBounds(CategoryDataset) . true if the base is included in the range, andfalse otherwise.
since:
   1.0.1
See Also:   BarRenderer.setIncludeBaseInRange(boolean)



getItemMargin
public double getItemMargin()(Code)
Returns the item margin as a percentage of the available space for all bars. The margin percentage (where 0.10 is ten percent).
See Also:   BarRenderer.setItemMargin(double)



getLegendItem
public LegendItem getLegendItem(int datasetIndex, int series)(Code)
Returns a legend item for a series.
Parameters:
  datasetIndex - the dataset index (zero-based).
Parameters:
  series - the series index (zero-based). The legend item (possibly null).



getLowerClip
public double getLowerClip()(Code)
Returns the lower clip value. This value is recalculated in the initialise() method. The value.



getMaximumBarWidth
public double getMaximumBarWidth()(Code)
Returns the maximum bar width, as a percentage of the available drawing space. The maximum bar width.
See Also:   BarRenderer.setMaximumBarWidth(double)



getMinimumBarLength
public double getMinimumBarLength()(Code)
Returns the minimum bar length (in Java2D units). The minimum bar length.
See Also:   BarRenderer.setMinimumBarLength(double)



getNegativeItemLabelPositionFallback
public ItemLabelPosition getNegativeItemLabelPositionFallback()(Code)
Returns the fallback position for negative item labels that don't fit within a bar. The fallback position (null possible).
See Also:   BarRenderer.setPositiveItemLabelPositionFallback(ItemLabelPosition)



getPositiveItemLabelPositionFallback
public ItemLabelPosition getPositiveItemLabelPositionFallback()(Code)
Returns the fallback position for positive item labels that don't fit within a bar. The fallback position (null possible).
See Also:   BarRenderer.setPositiveItemLabelPositionFallback(ItemLabelPosition)



getUpperClip
public double getUpperClip()(Code)
Returns the upper clip value. This value is recalculated in the initialise() method. The value.



initialise
public CategoryItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)(Code)
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method. This method gets called once at the start of the process of drawing a chart.
Parameters:
  g2 - the graphics device.
Parameters:
  dataArea - the area in which the data is to be plotted.
Parameters:
  plot - the plot.
Parameters:
  rendererIndex - the renderer index.
Parameters:
  info - collects chart rendering information for return to caller. The renderer state.



isDrawBarOutline
public boolean isDrawBarOutline()(Code)
Returns a flag that controls whether or not bar outlines are drawn. A boolean.
See Also:   BarRenderer.setDrawBarOutline(boolean)



setBase
public void setBase(double base)(Code)
Sets the base value for the bars and sends a RendererChangeEvent to all registered listeners.
Parameters:
  base - the new base value.
See Also:   BarRenderer.getBase()



setDrawBarOutline
public void setDrawBarOutline(boolean draw)(Code)
Sets the flag that controls whether or not bar outlines are drawn and sends a RendererChangeEvent to all registered listeners.
Parameters:
  draw - the flag.
See Also:   BarRenderer.isDrawBarOutline()



setGradientPaintTransformer
public void setGradientPaintTransformer(GradientPaintTransformer transformer)(Code)
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
Parameters:
  transformer - the transformer (null permitted).
See Also:   BarRenderer.getGradientPaintTransformer()



setIncludeBaseInRange
public void setIncludeBaseInRange(boolean include)(Code)
Sets the flag that controls whether or not the base value for the bars is included in the range calculated by BarRenderer.findRangeBounds(CategoryDataset) . If the flag is changed, a RendererChangeEvent is sent to all registered listeners.
Parameters:
  include - the new value for the flag.
since:
   1.0.1
See Also:   BarRenderer.getIncludeBaseInRange()



setItemMargin
public void setItemMargin(double percent)(Code)
Sets the item margin and sends a RendererChangeEvent to all registered listeners. The value is expressed as a percentage of the available width for plotting all the bars, with the resulting amount to be distributed between all the bars evenly.
Parameters:
  percent - the margin (where 0.10 is ten percent).
See Also:   BarRenderer.getItemMargin()



setMaximumBarWidth
public void setMaximumBarWidth(double percent)(Code)
Sets the maximum bar width, which is specified as a percentage of the available space for all bars, and sends a RendererChangeEvent to all registered listeners.
Parameters:
  percent - the percent (where 0.05 is five percent).
See Also:   BarRenderer.getMaximumBarWidth()



setMinimumBarLength
public void setMinimumBarLength(double min)(Code)
Sets the minimum bar length and sends a RendererChangeEvent to all registered listeners. The minimum bar length is specified in Java2D units, and can be used to prevent bars that represent very small data values from disappearing when drawn on the screen.
Parameters:
  min - the minimum bar length (in Java2D units).
See Also:   BarRenderer.getMinimumBarLength()



setNegativeItemLabelPositionFallback
public void setNegativeItemLabelPositionFallback(ItemLabelPosition position)(Code)
Sets the fallback position for negative item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
Parameters:
  position - the position (null permitted).
See Also:   BarRenderer.getNegativeItemLabelPositionFallback()



setPositiveItemLabelPositionFallback
public void setPositiveItemLabelPositionFallback(ItemLabelPosition position)(Code)
Sets the fallback position for positive item labels that don't fit within a bar, and sends a RendererChangeEvent to all registered listeners.
Parameters:
  position - the position (null permitted).
See Also:   BarRenderer.getPositiveItemLabelPositionFallback()



Methods inherited from org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
protected void addItemEntity(EntityCollection entities, CategoryDataset dataset, int row, int column, Shape hotspot)(Code)(Java Doc)
protected Point2D calculateDomainMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code)(Java Doc)
protected Point2D calculateRangeMarkerTextAnchorPoint(Graphics2D g2, PlotOrientation orientation, Rectangle2D dataArea, Rectangle2D markerArea, RectangleInsets markerOffset, LengthAdjustmentType labelOffsetType, RectangleAnchor anchor)(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
protected CategoryItemRendererState createState(PlotRenderingInfo info)(Code)(Java Doc)
public void drawBackground(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)(Code)(Java Doc)
public void drawDomainGridline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, double value)(Code)(Java Doc)
public void drawDomainMarker(Graphics2D g2, CategoryPlot plot, CategoryAxis axis, CategoryMarker marker, Rectangle2D dataArea)(Code)(Java Doc)
protected void drawItemLabel(Graphics2D g2, PlotOrientation orientation, CategoryDataset dataset, int row, int column, double x, double y, boolean negative)(Code)(Java Doc)
public void drawOutline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)(Code)(Java Doc)
public void drawRangeGridline(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)(Code)(Java Doc)
public void drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public Range findRangeBounds(CategoryDataset dataset)(Code)(Java Doc)
public CategoryItemLabelGenerator getBaseItemLabelGenerator()(Code)(Java Doc)
public CategoryURLGenerator getBaseItemURLGenerator()(Code)(Java Doc)
public CategoryToolTipGenerator getBaseToolTipGenerator()(Code)(Java Doc)
public int getColumnCount()(Code)(Java Doc)
protected CategoryAxis getDomainAxis(CategoryPlot plot, int index)(Code)(Java Doc)
public DrawingSupplier getDrawingSupplier()(Code)(Java Doc)
public CategoryItemLabelGenerator getItemLabelGenerator(int row, int column)(Code)(Java Doc)
public CategoryURLGenerator getItemURLGenerator(int row, int column)(Code)(Java Doc)
public LegendItem getLegendItem(int datasetIndex, int series)(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemLabelGenerator()(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemToolTipGenerator()(Code)(Java Doc)
public CategorySeriesLabelGenerator getLegendItemURLGenerator()(Code)(Java Doc)
public LegendItemCollection getLegendItems()(Code)(Java Doc)
public int getPassCount()(Code)(Java Doc)
public CategoryPlot getPlot()(Code)(Java Doc)
protected ValueAxis getRangeAxis(CategoryPlot plot, int index)(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public CategoryItemLabelGenerator getSeriesItemLabelGenerator(int series)(Code)(Java Doc)
public CategoryURLGenerator getSeriesItemURLGenerator(int series)(Code)(Java Doc)
public CategoryToolTipGenerator getSeriesToolTipGenerator(int series)(Code)(Java Doc)
public CategoryToolTipGenerator getToolTipGenerator(int row, int column)(Code)(Java Doc)
public CategoryToolTipGenerator getToolTipGenerator()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public CategoryItemRendererState initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)(Code)(Java Doc)
public void setBaseItemLabelGenerator(CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setBaseItemURLGenerator(CategoryURLGenerator generator)(Code)(Java Doc)
public void setBaseToolTipGenerator(CategoryToolTipGenerator generator)(Code)(Java Doc)
public void setItemLabelGenerator(CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setItemURLGenerator(CategoryURLGenerator generator)(Code)(Java Doc)
public void setLegendItemLabelGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemToolTipGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setLegendItemURLGenerator(CategorySeriesLabelGenerator generator)(Code)(Java Doc)
public void setPlot(CategoryPlot plot)(Code)(Java Doc)
public void setSeriesItemLabelGenerator(int series, CategoryItemLabelGenerator generator)(Code)(Java Doc)
public void setSeriesItemURLGenerator(int series, CategoryURLGenerator generator)(Code)(Java Doc)
public void setSeriesToolTipGenerator(int series, CategoryToolTipGenerator generator)(Code)(Java Doc)
public void setToolTipGenerator(CategoryToolTipGenerator generator)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.