bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public Renderer(Pixels pixelsObj, RenderingDef renderingDefObj, PixelBuffer bufferObj) { metadata = pixelsObj; rndDef = renderingDefObj; buffer = bufferObj; if (metadata == null) throw new NullPointerException("Expecting not null metadata"); ... | public Renderer(Pixels pixelsObj, RenderingDef renderingDefObj, PixelBuffer bufferObj) { metadata = pixelsObj; rndDef = renderingDefObj; buffer = bufferObj; if (metadata == null) throw new NullPointerException("Expecting not null metadata"); ... | 3,229,657 |
public Renderer(Pixels pixelsObj, RenderingDef renderingDefObj, PixelBuffer bufferObj) { metadata = pixelsObj; rndDef = renderingDefObj; buffer = bufferObj; if (metadata == null) throw new NullPointerException("Expecting not null metadata"); ... | public Renderer(Pixels pixelsObj, RenderingDef renderingDefObj, PixelBuffer bufferObj) { metadata = pixelsObj; rndDef = renderingDefObj; buffer = bufferObj; if (metadata == null) throw new NullPointerException("Expecting not null metadata"); ... | 3,229,658 |
public void computeLocationStats(PlaneDef pd) { if (pd == null) throw new NullPointerException("No plane definition."); ChannelBinding[] cb = getChannelBindings(); StatsFactory sf = new StatsFactory(); int w = 0; for (Iterator i = getMetadata().getChannels().iterator();... | public void computeLocationStats(PlaneDef pd) { if (pd == null) throw new NullPointerException("No plane definition."); ChannelBinding[] cb = getChannelBindings(); StatsFactory ... | 3,229,659 |
public void computeLocationStats(PlaneDef pd) { if (pd == null) throw new NullPointerException("No plane definition."); ChannelBinding[] cb = getChannelBindings(); StatsFactory sf = new StatsFactory(); int w = 0; for (Iterator i = getMetadata().getChannels().iterator();... | public void computeLocationStats(PlaneDef pd) { if (pd == null) throw new NullPointerException("No plane definition."); ChannelBinding[] cb = getChannelBindings(); StatsFactory sf = new StatsFactory(); int w = 0; for (Iterator i = getMetadata().getChannels().iterator();... | 3,229,660 |
public String getPixelsType() { return metadata.getPixelsType().getValue(); } | public PixelsType getPixelsType() { return metadata.getPixelsType().getValue(); } | 3,229,661 |
public String getPixelsType() { return metadata.getPixelsType().getValue(); } | public String getPixelsType() { return metadata.getPixelsType(); } | 3,229,662 |
public RGBBuffer render(PlaneDef pd) throws IOException, QuantizationException { if (pd == null) throw new NullPointerException("No plane definition."); stats = new RenderingStats(this, pd); log.info("Using: '" + renderingStrategy.getClass().getName() + "' rendering strategy."); ... | publicRGBBufferrender(PlaneDefpd) throwsIOException,QuantizationException { if(pd==null) thrownewNullPointerException("Noplanedefinition.");stats=newRenderingStats(this,pd);log.info("Using:'"+renderingStrategy.getClass().getName()+"'renderingstrategy.");RGBBufferimg=renderingStrategy.render(this,pd);stats.stop();//... | 3,229,663 |
public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | 3,229,664 |
public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | 3,229,665 |
public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | 3,229,666 |
public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | public void resetDefaults() { // Reset the bit resolution. setQuantumStrategy(QuantumFactory.DEPTH_8BIT); // NB: Java locks are setCodomainInterval(0, QuantumFactory.DEPTH_8BIT); // re-entrant. // Set the each channel's window to the channel's [min, max]. // Make active only th... | 3,229,667 |
public void setModel(int model) { rndDef.setModel(RenderingDefConstants.convertToType(model)); renderingStrategy = RenderingStrategy.makeNew(model); } | public void setModel(int model) { rndDef.setModel(RenderingDefConstants.convertToType(model)); renderingStrategy = RenderingStrategy.makeNew(model); } | 3,229,668 |
public void setModel(int model) { rndDef.setModel(RenderingDefConstants.convertToType(model)); renderingStrategy = RenderingStrategy.makeNew(model); } | public void setModel(int model) { rndDef.setModel(RenderingDefConstants.convertToType(model)); renderingStrategy = RenderingStrategy.makeNew(model); } | 3,229,669 |
public void setQuantizationMap(int w, int family, double coefficient, boolean noiseReduction) { QuantumStrategy qs = getQuantumManager().getStrategyFor(w); qs.setQuantizationMap(family, coefficient, noiseReduction); ChannelBinding[] cb = getChannelBindings(); // FIXME cb[w]... | public void setQuantizationMap(int w, Family family, double coefficient, boolean noiseReduction) { QuantumStrategy qs = getQuantumManager().getStrategyFor(w); qs.setQuantizationMap(family, coefficient, noiseReduction); ChannelBinding[] cb = getChannelBindings(); // FIXME cb... | 3,229,670 |
public void setQuantizationMap(int w, int family, double coefficient, boolean noiseReduction) { QuantumStrategy qs = getQuantumManager().getStrategyFor(w); qs.setQuantizationMap(family, coefficient, noiseReduction); ChannelBinding[] cb = getChannelBindings(); // FIXME cb[w]... | cb[w].setFamily(family); cb[w].setCoefficient(coefficient); cb[w].setNoiseReduction(noiseReduction); cb[w].setFamily(family); cb[w].setCoefficient(coefficient); cb[w].setNoiseReduction(noiseReduction); cb[w].setFamily(family); cb[w].setCoefficient(coefficient); cb[w].setNoiseReduction(noiseReduction); cb[w].setFamily(f... | 3,229,671 |
public void setRGBA(int w, int red, int green, int blue, int alpha) { ChannelBinding[] cb = getChannelBindings(); // TODO cb[w].setRGBA(red, green, blue, alpha); Color c = cb[w].getColor(); c.setRed(Integer.valueOf(red)); c.setGreen(Integer.valueOf(green)); c.setBlue(Int... | publicvoidsetRGBA(intw,intred,intgreen,intblue,intalpha){ChannelBinding[]cb=getChannelBindings();//TODOcb[w].setRGBA(red,green,blue,alpha);Colorc=cb[w].getColor();c.setRed(Integer.valueOf(red));c.setGreen(Integer.valueOf(green));c.setBlue(Integer.valueOf(blue));c.setAlpha(Integer.valueOf(alpha));} | 3,229,672 |
QuantumManager(Pixels metadata) { this.metadata = metadata; wavesStg = new QuantumStrategy[metadata.getSizeC().intValue()]; } | QuantumManager(Pixels metadata) { this.metadata = metadata; wavesStg = new QuantumStrategy[metadata.getSizeC().intValue()]; } | 3,229,673 |
void initStrategies(QuantumDef qd, PixelsType type, ChannelBinding[] waves) { QuantumStrategy stg; double gMin, gMax; List channels = this.metadata.getChannels(); int w = 0; Channel channel; for (Iterator i = channels.iterator(); i.hasNext();) { channel = (Channel) i.next(); stg = QuantumFactory.getStr... | void initStrategies(QuantumDef qd, PixelsType type, ChannelBinding[] waves) { QuantumStrategy stg; double gMin, gMax; List channels = this.metadata.getChannels(); int w = 0; Channel channel; for (Iterator i = channels.iterator(); i.hasNext();) { channel = (Channel) i.next(); stg = QuantumFactory.getStr... | 3,229,675 |
public void computeLocationStats(Pixels metadata, PixelBuffer pixelsData, PlaneDef pd, int index) { int sizeX = metadata.getSizeX().intValue(); int sizeY = metadata.getSizeY().intValue(); Channel channel = (Channel) metadata.getChannels().get(index); StatsInfo... | public void computeLocationStats(Pixels metadata, PixelBuffer pixelsData, PlaneDef pd, int index) { int sizeX = metadata.getSizeX().intValue(); int sizeY = metadata.getSizeY().intValue(); Channel channel = (Channel) metadata.getChannels().get(index); StatsInfo... | 3,229,676 |
public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | 3,229,677 |
public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | public String getStats() // j.m{//j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048);String n = "\n"; sb.append(n);//TODOsb.append(RENDERING_STATS);sb.append(n);sb.append(CONTEXT);sb.append(CONTEXT_UNDERLINE);sb.append(OMEIS_PIXELS_ID);sb.append(context... | 3,229,678 |
public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | 3,229,679 |
public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | 3,229,680 |
public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | public String getStats() // j.m { //j.mLogMessage msg = new LogMessage(); //BELOW msg.print-->StringBuilder(); StringBuilder sb = new StringBuilder(2048); String n = "\n"; sb.append(n);//TODO sb.append(RENDERING_STATS); sb.append(n); sb.append(CONTEXT); sb.ap... | 3,229,681 |
public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper); | public RubyObject call(Ruby ruby, RubyObject recv, RubyId id, RubyObject[] args, boolean noSuper); | 3,229,682 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,683 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,684 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,685 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,686 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,687 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,688 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,689 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,690 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,691 |
public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | public Iterator getEvents() throws IllegalStateException { try { ProfileEvent[] buf = _eventBuffer; final int numEvents = _qPtr / 2; if (buf.length < numEvents) { buf = new ProfileEvent[numEvents]; System.arraycopy(_eventBuffer,0,buf,0,buf.length); _ev... | 3,229,692 |
public static RubyArray create(Ruby ruby, RubyObject recv, RubyObject[] args) { return newArray(ruby, Arrays.asList(args)); } | public static RubyArray create(Ruby ruby, RubyObject recv, RubyObject[] args) { RubyArray array = newArray(ruby, Arrays.asList(args)); array.setRubyClass((RubyClass) recv); return array; } | 3,229,693 |
public static RubyClass createArrayClass(Ruby ruby) { RubyClass arrayClass = ruby.defineClass("Array", ruby.getClasses().getObjectClass()); arrayClass.includeModule(ruby.getRubyModule("Enumerable")); arrayClass.defineSingletonMethod("new", CallbackFactory.getOptSingletonMethod(RubyArray.class, ... | public static RubyClass createArrayClass(Ruby ruby) { RubyClass arrayClass = ruby.defineClass("Array", ruby.getClasses().getObjectClass()); arrayClass.includeModule(ruby.getRubyModule("Enumerable")); arrayClass.defineSingletonMethod("new", CallbackFactory.getOptSingletonMethod(RubyArray.class, ... | 3,229,694 |
public RubyObject rbClone() { RubyArray ary = newArray(getRuby(), list); ary.infectObject(this); return ary; } | public RubyObject rbClone() { RubyArray ary = newArray(getRuby(), list); ary.setupClone(this); return ary; } | 3,229,695 |
public void testExperimenterShouldAlwaysExist() throws Exception { Experimenter root = (Experimenter) iQuery.findByQuery(Experimenter.class.getName(), new Parameters().addId(0L)); assertNotNull("Root has to be defined.",root); // FIXME assertNotNull... | public void testExperimenterShouldAlwaysExist() throws Exception { Experimenter root = (Experimenter) iQuery.findByQuery(Experimenter.class.getName(), new Parameters().addId(0L)); assertNotNull("Root has to be defined.",root); // FIXME assertNotNull... | 3,229,696 |
public final void setValue (Context context, Object newValue) throws PropertyException { if (!context.setProperty(_names, newValue)) { throw new PropertyException("No method to set \"" + _vname + "\" to type " + ((newValue == null) ? "null... | public final void setValue (Context context, Object newValue) throws PropertyException { if (!context.setProperty(_names, newValue)) { throw new PropertyException("No method to set \"" + getVariableName() + "\" to type " + ((newValue == nu... | 3,229,697 |
public final String toString () { return "property:" + _vname; } | public final String toString () { return "property:" + getVariableName(); } | 3,229,698 |
protected EditArticleView getEditArticleView(){ WFTabbedPane tab = getWFTabbedPane(); if(tab!=null){ return (EditArticleView) tab.getPerspective(TASK_ID_EDIT); } return null; } | protected EditArticleView getEditArticleView(){ WFTabbedPane tab = getWFTabbedPane(); if(tab!=null){ return (EditArticleView) tab.getPerspective(TASK_ID_EDIT); } return null; } | 3,229,699 |
protected EditArticleView getEditArticleView(){ WFTabbedPane tab = getWFTabbedPane(); if(tab!=null){ return (EditArticleView) tab.getPerspective(TASK_ID_EDIT); } return null; } | protected EditArticleView getEditArticleView(){ WFTabbedPane tab = getWFTabbedPane(); if(tab!=null){ return (EditArticleView) tab.getPerspective(TASK_ID_EDIT); } return null; } | 3,229,700 |
public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | 3,229,701 |
public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | 3,229,702 |
public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | public void initializeComponent(FacesContext context){ //TODO Remove this and use newer localization system: WFPage.loadResourceBundles(context); super.initializeComponent(context); String bref = WFPage.CONTENT_BUNDLE + "."; WFTabbedPane tb = new WFTabbedPane(); //tb.setMainAreaStyleClass(WFContainer.DEFAULT_S... | 3,229,703 |
int convertRealIntoGraphics(int x) { int b = control.getGlobalMinimum(); int c = control.getGlobalMaximum(); double a = (double) rangeGraphics/(b-c); return (int) (a*(x-c)+tW); } | int convertRealIntoGraphics(int x) { int b = control.getGlobalMinimum(); int c = control.getGlobalMaximum(); double a = (double) rangeGraphics/(b-c); return (int) (a*(x-c)+tW); } | 3,229,704 |
void showPresentation() { //TODO: add control. if (presentation != null) { topFrame.addToDesktop(presentation, TopFrame.PALETTE_LAYER); presentation.setVisible(true); } } | void showPresentation() { //TODO: add control. if (presentation != null) { topFrame.addToDesktop(presentation, TopFrame.PALETTE_LAYER); presentation.setVisible(true); } } | 3,229,705 |
final private File findTemplate (String fileName) { _log.debug("Looking for template: " + fileName); for (int i=0; i < _templateDirectory.length; i++) { Template t; String dir = _templateDirectory[i]; File tFile = new File(dir,fileName); if (tFile.canRead()) { _log.debug("TemplateP... | final private File findTemplate (String fileName) { _log.debug("Looking for template: " + fileName); for (int i=0; i < _templateDirectory.length; i++) { Template t; String dir = _templateDirectory[i]; File tFile = new File(dir,fileName); if (tFile.canRead()) { _log.debug("TemplateP... | 3,229,706 |
final private File findTemplate (String fileName) { _log.debug("Looking for template: " + fileName); for (int i=0; i < _templateDirectory.length; i++) { Template t; String dir = _templateDirectory[i]; File tFile = new File(dir,fileName); if (tFile.canRead()) { _log.debug("TemplateP... | final private File findTemplate (String fileName) { _log.debug("Looking for template: " + fileName); for (int i=0; i < _templateDirectory.length; i++) { Template t; String dir = _templateDirectory[i]; File tFile = new File(dir,fileName); if (tFile.canRead()) { _log.debug("TemplateP... | 3,229,707 |
final public Template getTemplate(String fileName) { File tFile = findTemplate (fileName); Template t = null; try { t = new FileTemplate (_broker, tFile); t.parse (); _lastModifiedCache.put (fileName, new Long (tFile.lastModified())); } catch (NullPointerException npe) { _log.warning ("TemplateProv... | final public Template getTemplate(String fileName) { File tFile = findTemplate (fileName); Template t = null; try { t = new FileTemplate (_broker, tFile); t.parse (); _lastModifiedCache.put (fileName, new Long (tFile.lastModified())); } catch (NullPointerException npe) { _log.warning ("TemplateProv... | 3,229,708 |
final public Template getTemplate(String fileName) { File tFile = findTemplate (fileName); Template t = null; try { t = new FileTemplate (_broker, tFile); t.parse (); _lastModifiedCache.put (fileName, new Long (tFile.lastModified())); } catch (NullPointerException npe) { _log.warning ("TemplateProv... | final public Template getTemplate(String fileName) { File tFile = findTemplate (fileName); Template t = null; try { t = new FileTemplate (_broker, tFile); t.parse (); _lastModifiedCache.put (fileName, new Long (tFile.lastModified())); } catch (NullPointerException npe) { _log.warning ("TemplateProv... | 3,229,709 |
final public boolean shouldReload (String fileName) { File tFile = findTemplate (fileName); Long lm = (Long) _lastModifiedCache.get (fileName); return (lm == null || lm.longValue() != tFile.lastModified()); } | final public boolean shouldReload (String fileName) { File tFile = findTemplate (fileName); Long lm = (Long) _lastModifiedCache.get (fileName); return (lm == null || lm.longValue() != tFile.lastModified()); } | 3,229,710 |
private Editor getDOEditor(TreeViewer model, DataObject hierarchyObject, int editorType) { model.addPropertyChangeListener(this); if (editor != null) return editor; EditorModel m = new EditorModel(model, editorType, hierarchyObject); EditorComponent com... | private Editor getDOEditor(TreeViewer model, DataObject ho, int editorType) { model.addPropertyChangeListener(this); if (editor != null) return editor; EditorModel m = new EditorModel(model, editorType, hierarchyObject); EditorComponent component = new ... | 3,229,711 |
private Editor getDOEditor(TreeViewer model, DataObject hierarchyObject, int editorType) { model.addPropertyChangeListener(this); if (editor != null) return editor; EditorModel m = new EditorModel(model, editorType, hierarchyObject); EditorComponent com... | private Editor getDOEditor(TreeViewer model, DataObject hierarchyObject, int editorType) { model.addPropertyChangeListener(this); if (editor != null) return editor; EditorModel m = new EditorModel(model, editorType, ho); EditorComponent component = new ... | 3,229,712 |
public Object getContents() { ChainDataManager chainDataManager = (ChainDataManager) dataManager; if (modData == null) { modData = new ModulesData(); Collection mods = chainDataManager.getModules(); Collection cats = chainDataManager.getModuleCategories(); // find uncategorized modules Iterator ite... | publiclong modstart = System.currentTimeMillis(); if (ChainBuilderAgent.DEBUG) modstart = System.currentTimeMillis(); Objectlong modstart = System.currentTimeMillis(); if (ChainBuilderAgent.DEBUG) modstart = System.currentTimeMillis(); getContents()long modstart = System.currentTimeMillis(); if (ChainBuilderAgent.DEBU... | 3,229,713 |
public Object getContents() { ChainDataManager chainDataManager = (ChainDataManager) dataManager; if (modData == null) { modData = new ModulesData(); Collection mods = chainDataManager.getModules(); Collection cats = chainDataManager.getModuleCategories(); // find uncategorized modules Iterator ite... | publiclong loadEnd; if (ChainBuilderAgent.DEBUG) { loadEnd= System.currentTimeMillis()-loadStart; System.err.println("time for get modules and get categories.."+loadEnd); } Objectlong loadEnd; if (ChainBuilderAgent.DEBUG) { loadEnd= System.currentTimeMillis()-loadStart; System.err.println("time for get modules and get... | 3,229,714 |
public IRubyObject set(IRubyObject value) { throw runtime.newNameError(name() + " is a read-only variable"); } | public IRubyObject set(IRubyObject value) { throw runtime.newNameError(name() + " is a read-only variable", name()); } | 3,229,717 |
private LensMenu(LensComponent lensComponent) { this.lensComponent = lensComponent; createPopupMenu(); createMenubarMenu(); } | private LensMenu(LensComponent lensComponent) { this.lensComponent = lensComponent; createPopupMenu(); createMenubarMenu(); } | 3,229,719 |
private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | 3,229,720 |
private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | 3,229,721 |
private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | 3,229,722 |
private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | private void createMenubarMenu() { JMenu lensOptions; JMenu zoomOptions; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuItem setZoomx3; JMenu... | 3,229,723 |
private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | 3,229,725 |
private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | 3,229,726 |
private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | 3,229,727 |
private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | 3,229,728 |
private void createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem setLens80x80; JMenuItem setLens100x100; JMenuItem setLens150x150; JMenuI... | private zoomOptions.add(setZoomx2); void zoomOptions.add(setZoomx2); createPopupMenu() { JMenu lensOptions; JMenu zoomOptions; JMenuItem zoomOptions.add(setZoomx2); topOption; JMenu displayOptions; JMenuItem setLensDefaultSize; JMenuItem setLens40x40; JMenuItem setLens60x60; JMenuItem ... | 3,229,729 |
JMenuBar getMenubar() { return ref.menubar; } | JMenuBar getMenubar() { return ref.menubar; } | 3,229,730 |
JPopupMenu getPopupMenu() { return ref.popupMenu; } | JPopupMenu getPopupMenu() { return ref.popupMenu; } | 3,229,731 |
public double transform(int x, double k) { double y = (double) x; verifyInput(y); return Math.log(y); } | public double transform(int x, double k) { double y = (double) x; verifyInput(y); return Math.log(y); } | 3,229,732 |
private void verifyInput(double x) { if (x <= 0) throw new IllegalArgumentException("Value not consistent. " + "The value must be > 0."); } | private void verifyInput(double x) { if (x <= 0) throw new IllegalArgumentException("Value not consistent. " + "The value must be > 0."); } | 3,229,733 |
private void verifyInput(double x) { if (x <= 0) throw new IllegalArgumentException("Value not consistent. " + "The value must be > 0."); } | private void verifyInput(double x) { if (x <= 0) throw new IllegalArgumentException("Value not consistent. " + "The value must be > 0."); } | 3,229,734 |
public RubyScope() { } | public RubyScope(Ruby ruby) { this.ruby = ruby; } | 3,229,735 |
public void push() { old = new RubyScope(this); localTbl = null; localVars = null; flags = 0; } | public void push() { oldActMethodScope = ruby.getActMethodScope(); ruby.setActMethodScope(Constants.NOEX_PUBLIC); old = new RubyScope(this, ruby); localTbl = null; localVars = null; flags = 0; } | 3,229,737 |
public void invoke(String selectedType) { final StatusBar statusBar = SparkManager.getWorkspace().getStatusBar(); // Construct main panel w/ layout. final JPanel mainPanel = new JPanel(); mainPanel.setLayout(new BorderLayout()); // The user should only be a... | public void invoke(String selectedType) { final StatusBar statusBar = SparkManager.getWorkspace().getStatusBar(); // Construct main panel w/ layout. final JPanel mainPanel = new JPanel(); mainPanel.setLayout(new BorderLayout()); // The user should only be a... | 3,229,738 |
private JPanel createChannelsPane() { JPanel p = new JPanel(); p.setLayout(new BoxLayout(p, BoxLayout.Y_AXIS)); ChannelMetadata[] data = model.getChannelData(); ChannelButton button; ChannelMetadata d; p.add(Box.createRigidArea(VBOX)); boolean gs = model.getColorM... | private JPanel createChannelsPane() { JPanel p = new JPanel(); p.setLayout(new BoxLayout(p, BoxLayout.Y_AXIS)); ChannelMetadata[] data = model.getChannelData(); ChannelButton button; ChannelMetadata d; p.add(Box.createRigidArea(VBOX)); boolean gs = model.getColorM... | 3,229,740 |
public void loadScript(RubyString scriptName, RubyString source, boolean wrap) { RubyObject self = ruby.getRubyTopSelf(); CRefNode savedCRef = ruby.getCRef(); // TMP_PROTECT; if (wrap && ruby.getSafeLevel() >= 4) { // Check_Type(fname, T_STRING); } else { // ... | public void loadScript(RubyString scriptName, RubyString source, boolean wrap) { RubyObject self = ruby.getRubyTopSelf(); CRefNode savedCRef = ruby.getCRef(); // TMP_PROTECT; if (wrap && ruby.getSafeLevel() >= 4) { // Check_Type(fname, T_STRING); } else { // ... | 3,229,742 |
public RubyArray instance_variables() { List names = new ArrayList(); Iterator iter = instanceVariables.keySet().iterator(); while (iter.hasNext()) { String name = (String) iter.next(); names.add(RubyString.newString(getRuby(), name)); } return RubyArray.newA... | public RubyArray instance_variables() { ArrayList names = new ArrayList(); Iterator iter = instanceVariables.keySet().iterator(); while (iter.hasNext()) { String name = (String) iter.next(); names.add(RubyString.newString(getRuby(), name)); } return RubyArray... | 3,229,743 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,744 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,745 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,746 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,747 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,748 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,749 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,750 |
public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | public void store() throws IDOStoreException{// public Boolean store() { boolean storeOk = true; clearErrorKeys(); ArticleDocument articleDoc = ArticleDocument.Factory.newInstance(); ArticleDocument.Article article = articleDoc.addNewArticle(); if (getHeadline().trim().equals("")) { addErrorKey(KE... | 3,229,751 |
public static RubyTime s_at(Ruby ruby, RubyObject rubyClass, RubyObject[] args) { long secs = ((RubyFixnum) args[0]).getValue(); RubyTime time = new RubyTime(ruby, (RubyClass) rubyClass.getRubyClass()); GregorianCalendar cal = new GregorianCalendar(); cal.setTime(new Date(secs)); ... | public static RubyTime s_at(Ruby ruby, RubyObject rubyClass, RubyObject[] args) { long secs = RubyNumeric.num2long(args[0]); RubyTime time = new RubyTime(ruby, (RubyClass) rubyClass.getRubyClass()); GregorianCalendar cal = new GregorianCalendar(); cal.setTime(new Date(secs)); time... | 3,229,752 |
public String getNodeText() { String name = getNodeName(); if (getUserObject() instanceof ImageData) return getPartialName(name); if (numberItems == -1) return (name+SPACE+"[...]"); return (name+SPACE+"["+numberItems+"]"); } | public String getNodeText() { String name = getNodeName(); if (getUserObject() instanceof ImageData) { if (partialName) return getPartialName(name); return name; } if (numberItems == -1) return (name+SPACE+"[...]"); return (name+SPACE+"["+numberItems+"]"); } | 3,229,754 |
public String toString() { if (getUserObject() instanceof ImageData) return getPartialName(getNodeName()); return getNodeName(); } | public String toString() { if (getUserObject() instanceof ImageData) return getPartialName(getNodeName()); return getNodeName(); } | 3,229,755 |
public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | 3,229,756 |
public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | public static PiccoloAction getSemanticEnterAction(final BrowserView view, final HoverManager layer) { PiccoloAction enterAction = getImageEnterAction(view); PiccoloAction action = new CompositePiccoloAction(enterAction) { publ... | 3,229,757 |
public void execute(PInputEvent e) { super.execute(e); Thumbnail t = (Thumbnail)e.getPickedNode(); double width = t.getWidth()*e.getCamera().getViewScale(); double height = t.getHeight()*e.getCamera().getViewScale(); ... | public void execute(PInputEvent e) { super.execute(e); Thumbnail t = (Thumbnail)e.getPickedNode(); double width = t.getWidth()*e.getCamera().getViewScale(); double height = t.getHeight()*e.getCamera().getViewScale(); ... | 3,229,758 |
public void execute(PInputEvent e) { super.execute(e); Thumbnail t = (Thumbnail)e.getPickedNode(); double width = t.getWidth()*e.getCamera().getViewScale(); double height = t.getHeight()*e.getCamera().getViewScale(); ... | public void execute(PInputEvent e) { super.execute(e); Thumbnail t = (Thumbnail)e.getPickedNode(); double width = t.getWidth()*e.getCamera().getViewScale(); double height = t.getHeight()*e.getCamera().getViewScale(); ... | 3,229,759 |
public Category(Integer attributeId, String name, String description, org.openmicroscopy.omero.model.CategoryGroup categoryGroup, org.openmicroscopy.omero.model.ModuleExecution moduleExecution, Set classifications) { this.attributeId = attributeId; this.name = name; this.description = descripti... | public Category(Integer attributeId, String name, String description, org.openmicroscopy.omero.model.CategoryGroup categoryGroup, org.openmicroscopy.omero.model.ModuleExecution moduleExecution, Set classifications) { this.attributeId = attributeId; this.name = name; this.description = descripti... | 3,229,760 |
public org.openmicroscopy.omero.model.CategoryGroup getCategoryGroup() { return this.categoryGroup; } | public CategoryGroup getCategoryGroup() { return this.categoryGroup; } | 3,229,761 |
public org.openmicroscopy.omero.model.ModuleExecution getModuleExecution() { return this.moduleExecution; } | public ModuleExecution getModuleExecution() { return this.moduleExecution; } | 3,229,762 |
public void setCategoryGroup(org.openmicroscopy.omero.model.CategoryGroup categoryGroup) { this.categoryGroup = categoryGroup; } | public void setCategoryGroup(CategoryGroup categoryGroup) { this.categoryGroup = categoryGroup; } | 3,229,763 |
public void setModuleExecution(org.openmicroscopy.omero.model.ModuleExecution moduleExecution) { this.moduleExecution = moduleExecution; } | public void setModuleExecution(ModuleExecution moduleExecution) { this.moduleExecution = moduleExecution; } | 3,229,764 |
private Block( Node var, ICallable method, IRubyObject self, Frame frame, Scope scope, RubyModule klass, Iter iter, DynamicVariableSet dynamicVars) { assert method != null; this.var = var; this.method = method; this.self = self... | public Block( Node var, ICallable method, IRubyObject self, Frame frame, Scope scope, RubyModule klass, Iter iter, DynamicVariableSet dynamicVars) { assert method != null; this.var = var; this.method = method; this.self = self;... | 3,229,765 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.