getHeight          24 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ColorDumpView.java 		nFontHeight_ = metrics.getHeight();
getHeight         128 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/DlgAnalyzeProjection.java 		g.clearRect(0, 0, img.getWidth(), img.getHeight());
getHeight         133 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/DlgAnalyzeProjection.java 		int shifty = img.getHeight() / 2;
getHeight         155 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/DlgAnalyzeProjection.java 		g.draw(new Line2D.Double(tx, y, tx, img.getHeight() - y));
getHeight         306 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/DlgAnalyzeReflectance.java 		g.clearRect(0, 0, img.getWidth(), img.getHeight());
getHeight         749 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/GrpSim.java 						image.getWidth(null), image.getHeight(null), BufferedImage.TYPE_INT_RGB );
getHeight          73 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/GrpSimBuffer.java 		int h = img.getHeight(imo);
getHeight         298 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImageProcess.java 		int h = imgRGB.getHeight();
getHeight         315 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImageProcess.java 		BufferedImage imgBuf = new BufferedImage(imgSrc.getWidth(), imgSrc.getHeight(), BufferedImage.TYPE_INT_ARGB);
getHeight         318 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImageProcess.java 		int h = imgSrc.getHeight();
getHeight         349 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImageProcess.java 		int h = img.getHeight();
getHeight         114 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/AnalyzeFourier.java 		nHeight_ = imgSrc_.getHeight();
getHeight         425 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/AnalyzeFourier.java 			if (iy < 0 || iy >= img.getHeight()) continue;
getHeight         480 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/AnalyzeFourier.java 		if (pty < 0 || pty >= img.getHeight()) return 0;
getHeight          29 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/HistogramBinary.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          33 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/HistogramFlat.java 		int nHeikin = (imgSrc.getHeight() * imgSrc.getWidth() / num)  + 1;
getHeight          43 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/HistogramFlat.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          40 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/HistogramOp.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          91 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/HistogramOp.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight         102 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureArea.java 			nMaxY_ = imgSrc.getHeight();
getHeight         143 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureOp.java 			if (iy < 0 || iy >= img.getHeight()) continue;
getHeight         228 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureOp.java 		if (pty < 0 || pty >= img.getHeight()) return 0;
getHeight         266 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureOp.java 		if (pty < 0 || pty >= img.getHeight()) return;
getHeight         285 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureOp.java 		if (pty < 0 || pty >= img.getHeight()) return;
getHeight          54 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureScale.java 		for (int y = 0; y < imgSrc.getHeight(); y ++) {
getHeight          90 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureScale.java 		for (int y = 0; y < imgSrc.getHeight(); y ++) {
getHeight         145 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureScale.java 			if (iy < 0 || iy >= imgSrc.getHeight()) continue;
getHeight          86 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureThinning.java 			nMaxY_ = imgSrc.getHeight();
getHeight          81 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/MeasureTrim.java 			nMaxY_ = imgSrc.getHeight();
getHeight          37 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransConcentLine.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          43 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransContrast.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          54 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransDynamicExpnd.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          46 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransFloorQuantum.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          35 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransHighCut.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          35 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/TransHighPass.java 		for (int h = 0; h < imgSrc.getHeight(); h ++) {
getHeight          42 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/ImgPr/WhiteBlackOp.java 		for (int h = 0; h < imgDst.getHeight(); h ++) {
getHeight          91 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/NeighborOp.java 		for (int y = 0; y < img.getHeight(); y ++) {
getHeight          46 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeProjection.java 		double sy = (double)img.getHeight() / 2;
getHeight         199 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeProjection.java 		double sy = (double)img.getHeight() / 2;
getHeight          37 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		g.clearRect(0, 0, img.getWidth(), img.getHeight());
getHeight          41 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		int h = img.getHeight();
getHeight          73 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		int h2 = fm.getHeight();
getHeight         106 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		g.clearRect(0, 0, img.getWidth(), img.getHeight());
getHeight         109 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		int he = img.getHeight();
getHeight         112 graph/JavaPopWeb/src/jp/ac/nime/computer/grpsimulator/VecPr/AnalyzeReflectance.java 		int cy = img.getHeight() / 2;
getHeight          57 www.mail/JavaPopWeb/src/jp/ac/nime/computer/MailDataObject.java 		this.m_imIcon=this.m_Root.createImage(super.getIcon().getWidth(this.m_Root),super.getIcon().getHeight(this.m_Root));
getHeight         164 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 						item.m_nPosY+item.getImage().getHeight(this)/2,
getHeight         166 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 						objTag.m_nPosY+objTag.getImage().getHeight(this)/2
getHeight         175 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 			g.drawString(item.getLabel(),item.m_nPosX+(item.getImage().getWidth(this)-fontMet.stringWidth(item.getLabel()))/2,item.m_nPosY+item.getImage().getHeight(this));
getHeight         206 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 			int nPointY=(int)((float)((objTo.m_nPosY-objFrom.m_nPosY)*nProcess)/100)+objFrom.m_nPosY+objFrom.getImage().getHeight(this)/2-objMail.getIcon().getHeight(this)/2;
getHeight         348 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 			   &&evt.getY()<=item.m_nPosY+item.getImage().getHeight(this)
getHeight         370 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 			int nPointY=(int)((float)((objTo.m_nPosY-objFrom.m_nPosY)*nProcess)/100)+objFrom.m_nPosY+objFrom.getImage().getHeight(this)/2-objMail.getIcon().getHeight(this)/2;
getHeight         376 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/MailSim.java 			   &&evt.getY()<=nPointY+objMail.getIcon().getHeight(this)
getHeight          65 www.mail/JavaPopWeb/src/jp/ac/nime/computer/mailsim/PcItem.java 		this.m_Pop.show(super.getParent(),super.m_nPosX+super.getImage().getWidth(super.getParent()),super.m_nPosY+super.getImage().getHeight(super.getParent()));
getHeight          96 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/BrowserItem.java 		this.m_Pop.show(super.getParent(),super.m_nPosX+super.getImage().getWidth(super.getParent()),super.m_nPosY+super.getImage().getHeight(super.getParent()));
getHeight         137 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/BrowserItem.java 				this.m_CashPop.show(super.getParent(),super.m_nPosX+super.getImage().getWidth(super.getParent()),super.m_nPosY+super.getImage().getHeight(super.getParent()));
getHeight         132 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/EasyBrowserDialog.java 			nHeight+=this.m_imSample.getHeight(this);
getHeight          64 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/HTTPServItem.java 			point.setLocation(point.x+super.m_nPosX+super.getImage().getWidth(this.m_Applet),point.y+super.m_nPosY+super.getImage().getHeight(this.m_Applet));
getHeight         102 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/TCPStatusDialog.java 						+((this.getSize().height-inset.top-inset.bottom-20)/4-fontMet.getHeight())/2
getHeight         128 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawLine(100+this.m_imBrow.getWidth(this)/2,100+this.m_imBrow.getHeight(this)/2,310,250);
getHeight         129 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawLine(320+this.m_imServ.getWidth(this)/2,80+this.m_imServ.getHeight(this)/2,310,250);
getHeight         130 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawLine(480+this.m_imServ.getWidth(this)/2,300+this.m_imServ.getHeight(this)/2,310,250);
getHeight         131 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawLine(460+this.m_imServ.getWidth(this)/2,120+this.m_imServ.getHeight(this)/2,310,250);
getHeight         132 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawLine(100+this.m_imBuil.getWidth(this)/2,300+this.m_imBuil.getHeight(this)/2,310,250);
getHeight         148 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 			g.drawString(item.getLabel(),item.m_nPosX+(item.getImage().getWidth(this)-fontMet.stringWidth(item.getLabel()))/2,item.m_nPosY+item.getImage().getHeight(this)+fontMet.getAscent());
getHeight         179 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		if(this.m_bRecOpenKey)g.drawString("ŒöŠJŒ®",(client.m_nPosX-60)+(this.m_imKey1.getWidth(this)-fontMet.stringWidth("‹¤’ÊŒ®"))/2,client.m_nPosY+this.m_imKey1.getHeight(this)+fontMet.getHeight()-60);
getHeight         180 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawString("‹¤’ÊŒ®",(client.m_nPosX-20)+(this.m_imKey2.getWidth(this)-fontMet.stringWidth("ŒöŠJŒ®"))/2,client.m_nPosY+this.m_imKey2.getHeight(this)+fontMet.getHeight()-60);
getHeight         182 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		if(!this.m_bSentOpenKey)g.drawString("ŒöŠJŒ®",(serv.m_nPosX+40+20)+(this.m_imKey1.getWidth(this)-fontMet.stringWidth("‹¤’ÊŒ®"))/2,(serv.m_nPosY-80+20)+this.m_imKey1.getHeight(this)+fontMet.getHeight());
getHeight         183 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		if(this.m_bRecComKey)g.drawString("‹¤’ÊŒ®",(serv.m_nPosX+40+20)+(this.m_imKey2.getWidth(this)-fontMet.stringWidth("‹¤’ÊŒ®"))/2,(serv.m_nPosY-80+20)+this.m_imKey2.getHeight(this)+fontMet.getHeight());
getHeight         184 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 		g.drawString("”é–§Œ®",(serv.m_nPosX+40+60)+(this.m_imKey3.getWidth(this)-fontMet.stringWidth("ŒöŠJŒ®"))/2,(serv.m_nPosY-80+20)+this.m_imKey3.getHeight(this)+fontMet.getHeight());
getHeight         206 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 				nIconHeight	=objPack.getIcon().getHeight(this);
getHeight         221 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 				nPointY=(int)((float)((250-objFrom.getImage().getHeight(this)/2-objFrom.m_nPosY)*nProcess)/100)+objFrom.m_nPosY+objFrom.getImage().getHeight(this)/2-nIconHeight/2;
getHeight         226 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 				nPointY=(int)((float)((objTo.m_nPosY+objTo.getImage().getHeight(this)/2-250)*(nProcess-100))/100)+250-nIconHeight/2;
getHeight         236 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 					nPointY+nIconHeight+fontmet.getHeight()
getHeight         299 www.mail/JavaPopWeb/src/jp/ac/nime/computer/websim/WebSim.java 			   &&evt.getY()<=item.m_nPosY+item.getImage().getHeight(this)