All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scudata.cellset.graph.IRedraw Maven / Gradle / Ivy

Go to download

SPL(Structured Process Language) A programming language specially for structured data computing.

There is a newer version: 20240823
Show newest version
package com.scudata.cellset.graph;

import java.awt.Graphics2D;
/**
 * ?ػ??ӿ????ڵ???PDF????ӡʱ?????Խ?????豸??gֱ?Ӵ??????ػ?????
 * ʹ??ImageValue???Բ?ʹ???Ѿ????õ?ͼ??????????ǽ???ͼ????ֱ????
 * g?ػ???????????ֵ????????
 * 
 * ?Ѿ?ʵ?ֵ??б???ͼ BackGraphConfig??ͳ??ͼ  ReportStatisticGraph
 * 
 * ??????Ҳ???????ı?????????????Ļ??ƹ??̺ܸ??ӣ???logo????ת?Լ?ͼ?ηŴ󵽸?????һ????ȸ???ͼƬ????
 * ʵ??g??ֱ???ػ??е??鷳??Ŀǰûʵ??
 * ????????????ı????????????һ??????ר?Ż????ı?
 * @author Joancy
 *
 */
public interface IRedraw{
	public void repaint(Graphics2D g, int w, int h);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy