- 使用 Spring Initializr 创建 Spring Boot 应用程序
- 在Spring Boot中配置Cassandra
- 在 Spring Boot 上配置 Tomcat 连接池
- 将Camel消息路由到嵌入WildFly的Artemis上
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.<init>()
方法的一些代码示例,展示了ZLTextRegion.<init>()
的具体用法。这些代码示例主要来源于Github
/Stackoverflow
/Maven
等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。ZLTextRegion.<init>()
方法的具体详情如下:
包路径:com.koolearn.klibrary.text.view.ZLTextRegion
类名称:ZLTextRegion
方法名:<init>
暂无
代码示例来源:origin: ydcx/KooReader
public boolean add(ZLTextElementArea area) {
synchronized (myAreas) {
if (myCurrentElementRegion != null
&& myCurrentElementRegion.getSoul().accepts(area)) {
myCurrentElementRegion.extend();
} else {
ZLTextRegion.Soul soul = null;
final ZLTextHyperlink hyperlink = area.Style.Hyperlink;
if (hyperlink.Id != null) {
soul = new ZLTextHyperlinkRegionSoul(area, hyperlink);
} else if (area.Element instanceof ZLTextImageElement) {
soul = new ZLTextImageRegionSoul(area, (ZLTextImageElement)area.Element);
} else if (area.Element instanceof ZLTextVideoElement) {
soul = new ZLTextVideoRegionSoul(area, (ZLTextVideoElement)area.Element);
} else if (area.Element instanceof ZLTextWord && !((ZLTextWord)area.Element).isASpace()) {
soul = new ZLTextWordRegionSoul(area, (ZLTextWord)area.Element);
} else if (area.Element instanceof ExtensionElement) {
soul = new ExtensionRegionSoul(area, (ExtensionElement)area.Element);
}
if (soul != null) {
myCurrentElementRegion = new ZLTextRegion(soul, myAreas, myAreas.size());
myElementRegions.add(myCurrentElementRegion);
} else {
myCurrentElementRegion = null;
}
}
return myAreas.add(area);
}
}
代码示例来源:origin: Jiangzqts/EpubRead
public boolean add(ZLTextElementArea area) {
synchronized (myAreas) {
if (myCurrentElementRegion != null
&& myCurrentElementRegion.getSoul().accepts(area)) {
myCurrentElementRegion.extend();
} else {
ZLTextRegion.Soul soul = null;
final ZLTextHyperlink hyperlink = area.Style.Hyperlink;
if (hyperlink.Id != null) {
soul = new ZLTextHyperlinkRegionSoul(area, hyperlink);
} else if (area.Element instanceof ZLTextImageElement) {
soul = new ZLTextImageRegionSoul(area, (ZLTextImageElement)area.Element);
} else if (area.Element instanceof ZLTextVideoElement) {
soul = new ZLTextVideoRegionSoul(area, (ZLTextVideoElement)area.Element);
} else if (area.Element instanceof ZLTextWord && !((ZLTextWord)area.Element).isASpace()) {
soul = new ZLTextWordRegionSoul(area, (ZLTextWord)area.Element);
} else if (area.Element instanceof ExtensionElement) {
soul = new ExtensionRegionSoul(area, (ExtensionElement)area.Element);
}
if (soul != null) {
myCurrentElementRegion = new ZLTextRegion(soul, myAreas, myAreas.size());
myElementRegions.add(myCurrentElementRegion);
} else {
myCurrentElementRegion = null;
}
}
return myAreas.add(area);
}
}
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isExactlyUnder()方法的一些代码示例,展示了ZLTextRegion.isE
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.distanceTo()方法的一些代码示例,展示了ZLTextRegion.distanc
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getTop()方法的一些代码示例,展示了ZLTextRegion.getTop()的具体
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getLastArea()方法的一些代码示例,展示了ZLTextRegion.getLas
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.extend()方法的一些代码示例,展示了ZLTextRegion.extend()的具体
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isAtLeftOf()方法的一些代码示例,展示了ZLTextRegion.isAtLef
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isOver()方法的一些代码示例,展示了ZLTextRegion.isOver()的具体
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getRight()方法的一些代码示例,展示了ZLTextRegion.getRight(
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getSoul()方法的一些代码示例,展示了ZLTextRegion.getSoul()的
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isUnder()方法的一些代码示例,展示了ZLTextRegion.isUnder()的
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getFirstArea()方法的一些代码示例,展示了ZLTextRegion.getFi
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isAtRightOf()方法的一些代码示例,展示了ZLTextRegion.isAtRi
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.hull0()方法的一些代码示例,展示了ZLTextRegion.hull0()的具体用法
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.getLeft()方法的一些代码示例,展示了ZLTextRegion.getLeft()的
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.()方法的一些代码示例,展示了ZLTextRegion.()的具体用法。这些代码示例主要来
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.isBefore()方法的一些代码示例,展示了ZLTextRegion.isBefore(
本文整理了Java中com.koolearn.klibrary.text.view.ZLTextRegion.hull()方法的一些代码示例,展示了ZLTextRegion.hull()的具体用法。这
我是一名优秀的程序员,十分优秀!