protected internal ResourceBundleSupport(Locale locale, ResourceBundle resourceBundle, string baseName) { base.\u002Ector(); ResourceBundleSupport resourceBundleSupport = this; if (locale == null) { string str = "Locale must not be null"; Throwable.__\u003CsuppressFillInStackTrace\u003E(); throw new NullPointerException(str); } else if (resourceBundle == null) { string str = "Resources must not be null"; Throwable.__\u003CsuppressFillInStackTrace\u003E(); throw new NullPointerException(str); } else if (baseName == null) { string str = "BaseName must not be null"; Throwable.__\u003CsuppressFillInStackTrace\u003E(); throw new NullPointerException(str); } else { this.locale = locale; this.resources = resourceBundle; this.resourceBase = baseName; this.cache = new TreeMap(); this.lookupPath = new TreeSet(); } }
static DefaultPlotEditor() { JPanel.__\u003Cclinit\u003E(); string[] strArray = new string[2]; int index1 = 0; string str1 = "Vertical"; strArray[index1] = str1; int index2 = 1; string str2 = "Horizontal"; strArray[index2] = str2; DefaultPlotEditor.orientationNames = strArray; DefaultPlotEditor.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.editor.LocalizationBundle"); }
public AboutFrame(string title, string application, string version, string info, Image logo, string copyright, string licence, List contributors, ProjectInfo project) { base.\u002Ector(title); AboutFrame aboutFrame = this; this.application = application; this.version = version; this.copyright = copyright; this.info = info; this.logo = logo; this.contributors = contributors; this.licence = licence; this.resources = ResourceBundleWrapper.getBundle("org.jfree.ui.about.resources.AboutResources"); JPanel.__\u003Cclinit\u003E(); JPanel jpanel = new JPanel((LayoutManager) new BorderLayout()); ((JComponent) jpanel).setBorder(AboutFrame.__\u003C\u003ESTANDARD_BORDER); JTabbedPane tabs = this.createTabs(project); ((Container) jpanel).add((Component) tabs); this.setContentPane((Container) jpanel); ((Window) this).pack(); }
static ContourPlot() { Plot.__\u003Cclinit\u003E(); ContourPlot.__\u003C\u003EDEFAULT_INSETS = new RectangleInsets(2.0, 2.0, 100.0, 10.0); ContourPlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
static InsetsTextField() { JTextField.__\u003Cclinit\u003E(); InsetsTextField.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.ui.LocalizationBundle"); }
/// <summary> /// <B>Deprecated.</B> <I>As of J2SE 1.4, use <A HREF="../../java/awt/ComponentOrientation.html#getOrientation(java.util.Locale)"><CODE>getOrientation(java.util.Locale)</CODE></A>.</I> /// </summary> public ComponentOrientation getOrientation(ResourceBundle @bdl) { return default(ComponentOrientation); }
static MeterPlot() { Plot.__\u003Cclinit\u003E(); MeterPlot.DEFAULT_DIAL_BACKGROUND_PAINT = (Paint) Color.black; MeterPlot.DEFAULT_NEEDLE_PAINT = (Paint) Color.green; MeterPlot.DEFAULT_VALUE_FONT = new Font("SansSerif", 1, 12); MeterPlot.DEFAULT_VALUE_PAINT = (Paint) Color.yellow; MeterPlot.__\u003C\u003EDEFAULT_LABEL_FONT = new Font("SansSerif", 1, 10); MeterPlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
/// <summary> /// <B>Deprecated.</B> <I>As of J2SE 1.4, replaced by /// <A HREF="../../java/awt/Component.html#applyComponentOrientation(java.awt.ComponentOrientation)"><CODE>Component.applyComponentOrientation</CODE></A>.</I> /// </summary> public void applyResourceBundle(ResourceBundle @rb) { }
static PiePlot() { Plot.__\u003Cclinit\u003E(); PiePlot.__\u003C\u003EDEFAULT_LABEL_FONT = new Font("SansSerif", 0, 10); PiePlot.__\u003C\u003EDEFAULT_LABEL_PAINT = (Paint) Color.black; PiePlot.__\u003C\u003EDEFAULT_LABEL_BACKGROUND_PAINT = (Paint) new Color((int) byte.MaxValue, (int) byte.MaxValue, 192); PiePlot.__\u003C\u003EDEFAULT_LABEL_OUTLINE_PAINT = (Paint) Color.black; PiePlot.__\u003C\u003EDEFAULT_LABEL_OUTLINE_STROKE = (Stroke) new BasicStroke(0.5f); PiePlot.__\u003C\u003EDEFAULT_LABEL_SHADOW_PAINT = (Paint) new Color(151, 151, 151, 128); PiePlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
static FontChooserPanel() { JPanel.__\u003Cclinit\u003E(); string[] strArray = new string[14]; int index1 = 0; string str1 = "9"; strArray[index1] = str1; int index2 = 1; string str2 = "10"; strArray[index2] = str2; int index3 = 2; string str3 = "11"; strArray[index3] = str3; int index4 = 3; string str4 = "12"; strArray[index4] = str4; int index5 = 4; string str5 = "14"; strArray[index5] = str5; int index6 = 5; string str6 = "16"; strArray[index6] = str6; int index7 = 6; string str7 = "18"; strArray[index7] = str7; int index8 = 7; string str8 = "20"; strArray[index8] = str8; int index9 = 8; string str9 = "22"; strArray[index9] = str9; int index10 = 9; string str10 = "24"; strArray[index10] = str10; int index11 = 10; string str11 = "28"; strArray[index11] = str11; int index12 = 11; string str12 = "36"; strArray[index12] = str12; int index13 = 12; string str13 = "48"; strArray[index13] = str13; int index14 = 13; string str14 = "72"; strArray[index14] = str14; FontChooserPanel.__\u003C\u003ESIZES = strArray; FontChooserPanel.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.ui.LocalizationBundle"); }
static ChartPanel() { JPanel.__\u003Cclinit\u003E(); ChartPanel.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.chart.LocalizationBundle"); }
static StandardDialog() { JDialog.__\u003Cclinit\u003E(); StandardDialog.__\u003C\u003ElocalizationResources = ResourceBundleWrapper.getBundle("org.jfree.ui.LocalizationBundle"); }
public ResourceBundleSupport(ResourceBundle resourceBundle) : this(Locale.getDefault(), resourceBundle, Object.instancehelper_toString((object) resourceBundle)) { }
protected internal ResourceBundleSupport(ResourceBundle resourceBundle, string baseName) : this(Locale.getDefault(), resourceBundle, baseName) { }
public ResourceBundleSupport(Locale locale, ResourceBundle resourceBundle) : this(locale, resourceBundle, Object.instancehelper_toString((object) resourceBundle)) { }
static DefaultNumberAxisEditor() { DefaultAxisEditor.__\u003Cclinit\u003E(); DefaultNumberAxisEditor.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.chart.editor.LocalizationBundle"); }
static FontDisplayField() { JTextField.__\u003Cclinit\u003E(); FontDisplayField.__\u003C\u003ElocalizationResources = ResourceBundleWrapper.getBundle("org.jfree.ui.LocalizationBundle"); }
static InsetsChooserPanel() { JPanel.__\u003Cclinit\u003E(); InsetsChooserPanel.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.ui.LocalizationBundle"); }
static CategoryPlot() { Plot.__\u003Cclinit\u003E(); double num1 = 0.5; int num2 = 0; int num3 = 2; double num4 = 0.0; float[] numArray = new float[2]; int index1 = 0; double num5 = 2.0; numArray[index1] = (float) num5; int index2 = 1; double num6 = 2.0; numArray[index2] = (float) num6; double num7 = 0.0; CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE = (Stroke) new BasicStroke((float) num1, num2, num3, (float) num4, numArray, (float) num7); CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT = (Paint) Color.lightGray; CategoryPlot.__\u003C\u003EDEFAULT_VALUE_LABEL_FONT = new Font("SansSerif", 0, 10); CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT = (Paint) Color.blue; CategoryPlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
static ThermometerPlot() { Plot.__\u003Cclinit\u003E(); string[] strArray = new string[4]; int index1 = 0; string str1 = ""; strArray[index1] = str1; int index2 = 1; string str2 = "°F"; strArray[index2] = str2; int index3 = 2; string str3 = "°C"; strArray[index3] = str3; int index4 = 3; string str4 = "°K"; strArray[index4] = str4; ThermometerPlot.__\u003C\u003EUNITS = strArray; ThermometerPlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
private void init([In] string obj0, [In] string obj1, [In] string obj2, [In] string obj3, [In] Image obj4, [In] string obj5, [In] string obj6, [In] List obj7, [In] ProjectInfo obj8) { ((Dialog) this).setTitle(obj0); this.application = obj1; this.version = obj2; this.copyright = obj5; this.info = obj3; this.logo = obj4; this.contributors = obj7; this.licence = obj6; this.resources = ResourceBundleWrapper.getBundle("org.jfree.ui.about.resources.AboutResources"); JPanel.__\u003Cclinit\u003E(); JPanel jpanel = new JPanel((LayoutManager) new BorderLayout()); ((JComponent) jpanel).setBorder(AboutDialog.__\u003C\u003ESTANDARD_BORDER); JTabbedPane tabs = this.createTabs(obj8); ((Container) jpanel).add((Component) tabs); this.setContentPane((Container) jpanel); ((Window) this).pack(); }
static DefaultChartEditor() { JPanel.__\u003Cclinit\u003E(); DefaultChartEditor.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.chart.editor.LocalizationBundle"); }
static WaferMapPlot() { Plot.__\u003Cclinit\u003E(); double num1 = 0.5; int num2 = 0; int num3 = 2; double num4 = 0.0; float[] numArray = new float[2]; int index1 = 0; double num5 = 2.0; numArray[index1] = (float) num5; int index2 = 1; double num6 = 2.0; numArray[index2] = (float) num6; double num7 = 0.0; WaferMapPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE = (Stroke) new BasicStroke((float) num1, num2, num3, (float) num4, numArray, (float) num7); WaferMapPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT = (Paint) Color.lightGray; WaferMapPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE = WaferMapPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; WaferMapPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT = (Paint) Color.blue; WaferMapPlot.localizationResources = ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }
static CompassPlot() { Plot.__\u003Cclinit\u003E(); CompassPlot.__\u003C\u003EDEFAULT_LABEL_FONT = new Font("SansSerif", 1, 10); CompassPlot.localizationResources = org.jfree.chart.util.ResourceBundleWrapper.getBundle("org.jfree.chart.plot.LocalizationBundle"); }