序列化表格
-
程序包 cc.chungkwong.mathocr.common
-
程序包 cc.chungkwong.mathocr.offline
-
类cc.chungkwong.mathocr.offline.ConnectedComponent扩展Object实现可序列化
- serialVersionUID:
- 1L
-
序列化方法
-
readExternal
public void readExternal(ObjectInput in) throws IOException
Load ConnectedComponent from stream- 抛出:
IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Write this object to stream- 抛出:
IOException
-
-
-
程序包 cc.chungkwong.mathocr.ui
-
类cc.chungkwong.mathocr.ui.Demo扩展JPanel实现可序列化
-
序列化字段
-
bundle
ResourceBundle bundle
-
code
JTextArea code
-
debug
JButton debug
-
fileChooser
JFileChooser fileChooser
-
formats
JComboBox<ExpressionFormat> formats
-
graphTracers
JComboBox<GraphTracer> graphTracers
-
input
Object input
-
orderers
JComboBox<Orderer> orderers
-
output
EncodedExpression output
-
realtime
JCheckBox realtime
-
recognize
JButton recognize
-
recognizers
JComboBox<OnlineRecognizer> recognizers
-
snapshot
JButton snapshot
-
strokes
TraceListViewer strokes
-
tracers
JComboBox<SkeletonTracer> tracers
-
writingPad
WritingPad writingPad
-
-
-
类cc.chungkwong.mathocr.ui.Main扩展JFrame实现可序列化
-
序列化字段
-
bundle
ResourceBundle bundle
-
tabs
JTabbedPane tabs
-
-
-
类cc.chungkwong.mathocr.ui.RecognitionPane扩展JSplitPane实现可序列化
-
序列化字段
-
bundle
ResourceBundle bundle
-
code
JTextArea code
-
expression
EncodedExpression expression
-
formats
JComboBox<ExpressionFormat> formats
-
input
TraceListViewer input
-
realtime
JCheckBox realtime
-
recognize
JButton recognize
-
recognizing
boolean recognizing
-
-
-
类cc.chungkwong.mathocr.ui.TraceListViewer扩展JPanel实现可序列化
-
类cc.chungkwong.mathocr.ui.WritingPad扩展JLabel实现可序列化
-
序列化字段
-
listeners
LinkedList<ActionListener> listeners
-
trace
Trace trace
-
traceList
TraceList traceList
-
-
-